Shades of Pine Glade #BBC479
Tints of Pine Glade #BBC479
RGB
CMYK
RGB Variations
Color information
#BBC479 (or 0xBBC479) is known color: Pine Glade. HEX triplet: BB, C4 and 79. RGB value is (187,196,121). Sum of RGB (Red+Green+Blue) = 187+196+121=504 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.10% from 504); Green value is 196 (76.95% from 255 or 38.89% from 504); Blue value is 121 (47.66% from 255 or 24.01% from 504); Max value from RGB is 196 - color contains mainly: green. Hex color #BBC479 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBC479 is #443B86. Grayscale: #B9B9B9. Windows color (decimal): -4471687 or 7980219. OLE color: 7980219.
HSL color Cylindrical-coordinate representation of color #BBC479: hue angle of 67.2º degrees, saturation: 0.39, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BBC479 is Cyan = 0.05, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 187 | 196 | 121 | - |
| CMYK | 0.05 | 0 | 0.38 | 0.23 |
| HSL | 67.2º | 0.39% | 0.62% | - |
| HSV(B) | 67.2º | 0.38% | 0.77% | - |
| XYZ | 43.68 | 51.43 | 25.71 | - |
| YUV | 184.76 | 92.02 | 129.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 196 | 121 | 0.05 | 0 | 0.38 | 0.23 | 67.2 | 0.39 | 0.62 |
| Hex | BB | C4 | 79 | 5 | 0 | 26 | 17 | 43 | 27 | 3E |
| Octal | 273 | 304 | 171 | 5 | 0 | 46 | 27 | 103 | 47 | 76 |
| Binary | 10111011 | 11000100 | 1111001 | 101 | 0 | 100110 | 10111 | 1000011 | 100111 | 111110 |
Color Harmonies of #BBC479
Complementary color
Monochromatic Colors of #BBC479
Black with #BBC479
Text Example
Text Example
White with #BBC479
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC479; }
p { color: rgb(187,196,121); }
H1.HeaderClassName
{
color: #BBC479;
}
.AnyTagClassName
{
color: #BBC479;
}
</style>
background-color css
<style>
a { background-color: #BBC479; }
a { background-color: rgb(187,196,121); }
div.DivClassName
{
background-color: #BBC479;
}
.BgClassName
{
background-color: #BBC479;
}
</style>
border-color css
<style>
span { border-color: #BBC479; }
span { border-color: rgb(187,196,121); }
td.TdClassName
{
border-color: #BBC479;
}
.TagClassName
{
border-color: #BBC479;
}
</style>