Shades of Pine Glade #BBC675
Tints of Pine Glade #BBC675
RGB
CMYK
RGB Variations
Color information
#BBC675 (or 0xBBC675) is known color: Pine Glade. HEX triplet: BB, C6 and 75. RGB value is (187,198,117). Sum of RGB (Red+Green+Blue) = 187+198+117=502 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.25% from 502); Green value is 198 (77.73% from 255 or 39.44% from 502); Blue value is 117 (46.09% from 255 or 23.31% from 502); Max value from RGB is 198 - color contains mainly: green. Hex color #BBC675 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBC675 is #44398A. Grayscale: #B9B9B9. Windows color (decimal): -4471179 or 7718587. OLE color: 7718587.
HSL color Cylindrical-coordinate representation of color #BBC675: hue angle of 68.15º degrees, saturation: 0.42, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BBC675 is Cyan = 0.06, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 187 | 198 | 117 | - |
| CMYK | 0.06 | 0 | 0.41 | 0.22 |
| HSL | 68.15º | 0.42% | 0.62% | - |
| HSV(B) | 68.15º | 0.41% | 0.78% | - |
| XYZ | 43.9 | 52.24 | 24.6 | - |
| YUV | 185.48 | 89.36 | 129.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 198 | 117 | 0.06 | 0 | 0.41 | 0.22 | 68.15 | 0.42 | 0.62 |
| Hex | BB | C6 | 75 | 6 | 0 | 29 | 16 | 44 | 2A | 3E |
| Octal | 273 | 306 | 165 | 6 | 0 | 51 | 26 | 104 | 52 | 76 |
| Binary | 10111011 | 11000110 | 1110101 | 110 | 0 | 101001 | 10110 | 1000100 | 101010 | 111110 |
Color Harmonies of #BBC675
Complementary color
Monochromatic Colors of #BBC675
Black with #BBC675
Text Example
Text Example
White with #BBC675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC675; }
p { color: rgb(187,198,117); }
H1.HeaderClassName
{
color: #BBC675;
}
.AnyTagClassName
{
color: #BBC675;
}
</style>
background-color css
<style>
a { background-color: #BBC675; }
a { background-color: rgb(187,198,117); }
div.DivClassName
{
background-color: #BBC675;
}
.BgClassName
{
background-color: #BBC675;
}
</style>
border-color css
<style>
span { border-color: #BBC675; }
span { border-color: rgb(187,198,117); }
td.TdClassName
{
border-color: #BBC675;
}
.TagClassName
{
border-color: #BBC675;
}
</style>