Shades of Pine Glade #BBC974
Tints of Pine Glade #BBC974
RGB
CMYK
RGB Variations
Color information
#BBC974 (or 0xBBC974) is known color: Pine Glade. HEX triplet: BB, C9 and 74. RGB value is (187,201,116). Sum of RGB (Red+Green+Blue) = 187+201+116=504 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.10% from 504); Green value is 201 (78.91% from 255 or 39.88% from 504); Blue value is 116 (45.70% from 255 or 23.02% from 504); Max value from RGB is 201 - color contains mainly: green. Hex color #BBC974 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBC974 is #44368B. Grayscale: #BBBBBB. Windows color (decimal): -4470412 or 7653819. OLE color: 7653819.
HSL color Cylindrical-coordinate representation of color #BBC974: hue angle of 69.88º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BBC974 is Cyan = 0.07, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 187 | 201 | 116 | - |
| CMYK | 0.07 | 0 | 0.42 | 0.21 |
| HSL | 69.88º | 0.44% | 0.62% | - |
| HSV(B) | 69.88º | 0.42% | 0.79% | - |
| XYZ | 44.53 | 53.6 | 24.52 | - |
| YUV | 187.12 | 87.86 | 127.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 201 | 116 | 0.07 | 0 | 0.42 | 0.21 | 69.88 | 0.44 | 0.62 |
| Hex | BB | C9 | 74 | 7 | 0 | 2A | 15 | 46 | 2C | 3E |
| Octal | 273 | 311 | 164 | 7 | 0 | 52 | 25 | 106 | 54 | 76 |
| Binary | 10111011 | 11001001 | 1110100 | 111 | 0 | 101010 | 10101 | 1000110 | 101100 | 111110 |
Color Harmonies of #BBC974
Complementary color
Monochromatic Colors of #BBC974
Black with #BBC974
Text Example
Text Example
White with #BBC974
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC974; }
p { color: rgb(187,201,116); }
H1.HeaderClassName
{
color: #BBC974;
}
.AnyTagClassName
{
color: #BBC974;
}
</style>
background-color css
<style>
a { background-color: #BBC974; }
a { background-color: rgb(187,201,116); }
div.DivClassName
{
background-color: #BBC974;
}
.BgClassName
{
background-color: #BBC974;
}
</style>
border-color css
<style>
span { border-color: #BBC974; }
span { border-color: rgb(187,201,116); }
td.TdClassName
{
border-color: #BBC974;
}
.TagClassName
{
border-color: #BBC974;
}
</style>