HEX: #BBC375
RGB: (187,195,117)
#BBC375 contains mainly red and green colors. Web safe color of #BBC375 is #CCCC66 (or #CC6).
#BBC375 color RGB value is (187,195,117).
RGB: (187,195,117)
(73%, 76%, 46%)
R 187 of 255 = 73%
G 195 of 255 = 76%
B 117 of 255 = 46%
R + G + B ~ 65%. #BBC375 is quite light color.
R + G + B = 187 + 195 + 117 = 499 (100%)
R 187 of 499 ~ 37.47%
G 195 of 499 ~ 39.08%
B 117 of 499 ~ 23.45'%
#BBC375 color CMYK value is (4,0,40,24).
CMYK: (4,0,40,24)
C4M0Y40K24 (4%, 0%, 40%, 24%)
(0.04 / 0.00 / 0.40 / 0.24)
Color #BBC375 in popluar color models
BB | C3 | 75 | |
---|---|---|---|
RGB | 187 | 195 | 117 |
HSL | 66° | 39.39% | 61.18% |
HSB/HSV | 66° | 40.00% | 76.47% |
CMYK | 4.10% | 0.00% | 40.00% |
23.53% |
Color #BBC375 in popluar number systems.
HEX | BB | C3 | 75 |
Decimal | 187 | 195 | 117 |
Binary | 10111011 | 11000011 | 1110101 |
Octal | 273 | 303 | 165 |
Shades of #BBC375
Tints of #BBC375
Examples of css and html codes for elements with #BBC375 color. Also use rgb(187,195,117) instead hex code.
.myTextColor { color: #BBC375; }
<p style="color:#BBC375">This sample text font color is #BBC375.</p>
This text font color is #BBC375.
.myBgColor { background-color: #BBC375; }
<div style="background-color:#BBC375">Inner text</div>
This div background color is #BBC375.
.myBorderColor { border: 1px solid #BBC375; }
<div style="border:3px solid #BBC375">Div</div>
This div border color is #BBC375.
.myOpacity80 { color: #BBC375; opacity: 0.8; }
<p style="color:#BBC375;opacity:0.8;">80%</p>
Text with #BBC375 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #BBC375;}
<p style="text-shadow: 3px 3px 1px #BBC375">Text here.</p>
This text has shadow with #BBC375 color.
.textShadow {text-shadow: 3px 3px 1px #BBC375', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #BBC375, 5px 5px 20px red">Text here.</p>
This text has shadow with #BBC375 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BBC375, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#BBC375, Direction=45, Strength=4)">Text</p>
This text has shadow with #BBC375 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #BBC375;
-webkit-box-shadow: 1px 1px 3px 2px #BBC375;
box-shadow: 1px 1px 3px 2px #BBC375;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BBC375; -webkit-box-shadow: 1px 1px 3px 2px #BBC375; box-shadow:1px 1px 3px 2px #BBC375;">
Div content here
</div>
This text has color #BBC375 on black background.
This text has color #BBC375 on white background.
This text has black color on #BBC375 background.
This text has white color on #BBC375 background.
Complementary color for #hex is #443C8A.