COLOR #B3CF59

HEX: #B3CF59 RGB: (179,207,89)

Color info

#B3CF59 contains mainly red and green colors. Web safe color of #B3CF59 is #99CC66 (or #9C6).

RGB color model

#B3CF59 color RGB value is (179,207,89).

RGB: (179,207,89) (70%, 81%, 35%)

RGB channels and saturation

R 179 of 255 = 70%
G 207 of 255 = 81%
B 89 of 255 = 35%

179
207
89

R + G + B ~ 62%. #B3CF59 is quite light color.

Portions of RGB colors in percentages

R + G + B = 179 + 207 + 89 = 475 (100%)
R 179 of 475 ~ 37.68%
G 207 of 475 ~ 43.58%
B 89 of 475 ~ 18.74'%

%37.68
%43.58
%18.74

CMYK color model

#B3CF59 color CMYK value is (14,0,57,19).

  • cyan value is 13.53%
  • magenta value is 0.00%
  • yellow value is 57.00%
  • key color value is 18.82%

CMYK: (14,0,57,19)
C14M0Y57K19 (14%, 0%, 57%, 19%)
(0.14 / 0.00 / 0.57 / 0.19)

CMYK percentages

%13.53
%0
%57
%18.82

Codes

Color #B3CF59 in popluar color models

B3 CF 59
RGB 179 207 89
HSL 74° 55.14% 58.04%
HSB/HSV 74° 57.00% 81.18%
CMYK 13.53% 0.00% 57.00%
18.82%

Color #B3CF59 in popluar number systems.

HEX B3 CF 59
Decimal 179 207 89
Binary 10110011 11001111 1011001
Octal 263 317 131

Shades and tints

Shades of #B3CF59

#B3CF59
(179,207,89)
#A3BD51
(163,189,81)
#93AB49
(147,171,73)
#839941
(131,153,65)
#738739
(115,135,57)
#637531
(99,117,49)
#536329
(83,99,41)
#435121
(67,81,33)
#333F19
(51,63,25)
#232D11
(35,45,17)
#131B09
(19,27,9)
#000000
(0,0,0)

Tints of #B3CF59

#B3CF59
(179,207,89)
#B9D368
(185,211,104)
#BFD777
(191,215,119)
#C5DB86
(197,219,134)
#CBDF95
(203,223,149)
#D1E3A4
(209,227,164)
#D7E7B3
(215,231,179)
#DDEBC2
(221,235,194)
#E3EFD1
(227,239,209)
#E9F3E0
(233,243,224)
#EFF7EF
(239,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3CF59 color. Also use rgb(179,207,89) instead hex code.

Text Font Color

.myTextColor { color: #B3CF59; }

<p style="color:#B3CF59">This sample text font color is #B3CF59.</p>

This text font color is #B3CF59.

Background Color

.myBgColor { background-color: #B3CF59; }

<div style="background-color:#B3CF59">Inner text</div>

This div background color is #B3CF59.

Border color

.myBorderColor { border: 1px solid #B3CF59; }

<div style="border:3px solid #B3CF59">Div</div>

This div border color is #B3CF59.

Opacity

.myOpacity80 { color: #B3CF59; opacity: 0.8; }

<p style="color:#B3CF59;opacity:0.8;">80%</p>

Text with #B3CF59 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #B3CF59;}

<p style="text-shadow: 3px 3px 1px #B3CF59">Text here.</p>

This text has shadow with #B3CF59 color.


.textShadow {text-shadow: 3px 3px 1px #B3CF59', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #B3CF59, 5px 5px 20px red">Text here.</p>

This text has shadow with #B3CF59 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B3CF59, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#B3CF59, Direction=45, Strength=4)">Text</p>

This text has shadow with #B3CF59 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #B3CF59;
-webkit-box-shadow: 1px 1px 3px 2px #B3CF59;
box-shadow: 1px 1px 3px 2px #B3CF59;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #B3CF59; -webkit-box-shadow: 1px 1px 3px 2px #B3CF59; box-shadow:1px 1px 3px 2px #B3CF59;">
Div content here
</div>

This div box has shadow with color #B3CF59.

Preview

Color preview on black background

This text has color #B3CF59 on black background.


Color preview on white background

This text has color #B3CF59 on white background.


Black color preview on #B3CF59 background

This text has black color on #B3CF59 background.


White color preview on #B3CF59 background

This text has white color on #B3CF59 background.


Related colors

Complementary color

Complementary color for #hex is #4C30A6.


I love getcolorcode.com

Triadic colors

1 #59B3CF and #CF59B3 with #B3CF59 are triadic colors.

2 #59CFB3 and #CFB359 with #B3CF59 are triadic colors.