COLOR #B8C35F

HEX: #B8C35F RGB: (184,195,95)

Color info

#B8C35F contains mainly red and green colors. Web safe color of #B8C35F is #CCCC66 (or #CC6).

RGB color model

#B8C35F color RGB value is (184,195,95).

RGB: (184,195,95) (72%, 76%, 37%)

RGB channels and saturation

R 184 of 255 = 72%
G 195 of 255 = 76%
B 95 of 255 = 37%

184
195
95

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

Portions of RGB colors in percentages

R + G + B = 184 + 195 + 95 = 474 (100%)
R 184 of 474 ~ 38.82%
G 195 of 474 ~ 41.14%
B 95 of 474 ~ 20.04'%

%38.82
%41.14
%20.04

CMYK color model

#B8C35F color CMYK value is (6,0,51,24).

  • cyan value is 5.64%
  • magenta value is 0.00%
  • yellow value is 51.28%
  • key color value is 23.53%

CMYK: (6,0,51,24)
C6M0Y51K24 (6%, 0%, 51%, 24%)
(0.06 / 0.00 / 0.51 / 0.24)

CMYK percentages

%5.64
%0
%51.28
%23.53

Codes

Color #B8C35F in popluar color models

B8 C3 5F
RGB 184 195 95
HSL 67° 45.45% 56.86%
HSB/HSV 67° 51.28% 76.47%
CMYK 5.64% 0.00% 51.28%
23.53%

Color #B8C35F in popluar number systems.

HEX B8 C3 5F
Decimal 184 195 95
Binary 10111000 11000011 1011111
Octal 270 303 137

Shades and tints

Shades of #B8C35F

#B8C35F
(184,195,95)
#A8B257
(168,178,87)
#98A14F
(152,161,79)
#889047
(136,144,71)
#787F3F
(120,127,63)
#686E37
(104,110,55)
#585D2F
(88,93,47)
#484C27
(72,76,39)
#383B1F
(56,59,31)
#282A17
(40,42,23)
#18190F
(24,25,15)
#000000
(0,0,0)

Tints of #B8C35F

#B8C35F
(184,195,95)
#BEC86D
(190,200,109)
#C4CD7B
(196,205,123)
#CAD289
(202,210,137)
#D0D797
(208,215,151)
#D6DCA5
(214,220,165)
#DCE1B3
(220,225,179)
#E2E6C1
(226,230,193)
#E8EBCF
(232,235,207)
#EEF0DD
(238,240,221)
#F4F5EB
(244,245,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B8C35F color. Also use rgb(184,195,95) instead hex code.

Text Font Color

.myTextColor { color: #B8C35F; }

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

This text font color is #B8C35F.

Background Color

.myBgColor { background-color: #B8C35F; }

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

This div background color is #B8C35F.

Border color

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

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

This div border color is #B8C35F.

Opacity

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

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

Text with #B8C35F 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 #B8C35F;}

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

This text has shadow with #B8C35F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B8C35F.

Preview

Color preview on black background

This text has color #B8C35F on black background.


Color preview on white background

This text has color #B8C35F on white background.


Black color preview on #B8C35F background

This text has black color on #B8C35F background.


White color preview on #B8C35F background

This text has white color on #B8C35F background.


Related colors

Complementary color

Complementary color for #hex is #473CA0.


I love getcolorcode.com

Triadic colors

1 #5FB8C3 and #C35FB8 with #B8C35F are triadic colors.

2 #5FC3B8 and #C3B85F with #B8C35F are triadic colors.