Shades of Pine Glade #BBC673
Tints of Pine Glade #BBC673
RGB
CMYK
RGB Variations
Color information
#BBC673 (or 0xBBC673) is known color: Pine Glade. HEX triplet: BB, C6 and 73. RGB value is (187,198,115). Sum of RGB (Red+Green+Blue) = 187+198+115=500 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.4% from 500); Green value is 198 (77.73% from 255 or 39.6% from 500); Blue value is 115 (45.31% from 255 or 23% from 500); Max value from RGB is 198 - color contains mainly: green. Hex color #BBC673 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBC673 is #44398C. Grayscale: #B9B9B9. Windows color (decimal): -4471181 or 7587515. OLE color: 7587515.
HSL color Cylindrical-coordinate representation of color #BBC673: hue angle of 67.95º degrees, saturation: 0.42, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BBC673 is Cyan = 0.06, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 187 | 198 | 115 | - |
| CMYK | 0.06 | 0 | 0.42 | 0.22 |
| HSL | 67.95º | 0.42% | 0.61% | - |
| HSV(B) | 67.95º | 0.42% | 0.78% | - |
| XYZ | 43.78 | 52.19 | 23.99 | - |
| YUV | 185.25 | 88.36 | 129.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 198 | 115 | 0.06 | 0 | 0.42 | 0.22 | 67.95 | 0.42 | 0.61 |
| Hex | BB | C6 | 73 | 6 | 0 | 2A | 16 | 44 | 2A | 3D |
| Octal | 273 | 306 | 163 | 6 | 0 | 52 | 26 | 104 | 52 | 75 |
| Binary | 10111011 | 11000110 | 1110011 | 110 | 0 | 101010 | 10110 | 1000100 | 101010 | 111101 |
Color Harmonies of #BBC673
Complementary color
Monochromatic Colors of #BBC673
Black with #BBC673
Text Example
Text Example
White with #BBC673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC673; }
p { color: rgb(187,198,115); }
H1.HeaderClassName
{
color: #BBC673;
}
.AnyTagClassName
{
color: #BBC673;
}
</style>
background-color css
<style>
a { background-color: #BBC673; }
a { background-color: rgb(187,198,115); }
div.DivClassName
{
background-color: #BBC673;
}
.BgClassName
{
background-color: #BBC673;
}
</style>
border-color css
<style>
span { border-color: #BBC673; }
span { border-color: rgb(187,198,115); }
td.TdClassName
{
border-color: #BBC673;
}
.TagClassName
{
border-color: #BBC673;
}
</style>