Shades of Pine Glade #BBC080
Tints of Pine Glade #BBC080
RGB
CMYK
RGB Variations
Color information
#BBC080 (or 0xBBC080) is known color: Pine Glade. HEX triplet: BB, C0 and 80. RGB value is (187,192,128). Sum of RGB (Red+Green+Blue) = 187+192+128=507 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.88% from 507); Green value is 192 (75.39% from 255 or 37.87% from 507); Blue value is 128 (50.39% from 255 or 25.25% from 507); Max value from RGB is 192 - color contains mainly: green. Hex color #BBC080 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBC080 is #443F7F. Grayscale: #B7B7B7. Windows color (decimal): -4472704 or 8437947. OLE color: 8437947.
HSL color Cylindrical-coordinate representation of color #BBC080: hue angle of 64.69º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BBC080 is Cyan = 0.03, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 187 | 192 | 128 | - |
| CMYK | 0.03 | 0 | 0.33 | 0.25 |
| HSL | 64.69º | 0.34% | 0.63% | - |
| HSV(B) | 64.69º | 0.33% | 0.75% | - |
| XYZ | 43.24 | 49.82 | 27.76 | - |
| YUV | 183.21 | 96.84 | 130.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 192 | 128 | 0.03 | 0 | 0.33 | 0.25 | 64.69 | 0.34 | 0.63 |
| Hex | BB | C0 | 80 | 3 | 0 | 21 | 19 | 41 | 22 | 3F |
| Octal | 273 | 300 | 200 | 3 | 0 | 41 | 31 | 101 | 42 | 77 |
| Binary | 10111011 | 11000000 | 10000000 | 11 | 0 | 100001 | 11001 | 1000001 | 100010 | 111111 |
Color Harmonies of #BBC080
Complementary color
Monochromatic Colors of #BBC080
Black with #BBC080
Text Example
Text Example
White with #BBC080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC080; }
p { color: rgb(187,192,128); }
H1.HeaderClassName
{
color: #BBC080;
}
.AnyTagClassName
{
color: #BBC080;
}
</style>
background-color css
<style>
a { background-color: #BBC080; }
a { background-color: rgb(187,192,128); }
div.DivClassName
{
background-color: #BBC080;
}
.BgClassName
{
background-color: #BBC080;
}
</style>
border-color css
<style>
span { border-color: #BBC080; }
span { border-color: rgb(187,192,128); }
td.TdClassName
{
border-color: #BBC080;
}
.TagClassName
{
border-color: #BBC080;
}
</style>