Shades of Pine Glade #BBC082
Tints of Pine Glade #BBC082
RGB
CMYK
RGB Variations
Color information
#BBC082 (or 0xBBC082) is known color: Pine Glade. HEX triplet: BB, C0 and 82. RGB value is (187,192,130). Sum of RGB (Red+Green+Blue) = 187+192+130=509 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.74% from 509); Green value is 192 (75.39% from 255 or 37.72% from 509); Blue value is 130 (51.17% from 255 or 25.54% from 509); Max value from RGB is 192 - color contains mainly: green. Hex color #BBC082 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBC082 is #443F7D. Grayscale: #B7B7B7. Windows color (decimal): -4472702 or 8569019. OLE color: 8569019.
HSL color Cylindrical-coordinate representation of color #BBC082: hue angle of 64.84º degrees, saturation: 0.33, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BBC082 is Cyan = 0.03, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 187 | 192 | 130 | - |
| CMYK | 0.03 | 0 | 0.32 | 0.25 |
| HSL | 64.84º | 0.33% | 0.63% | - |
| HSV(B) | 64.84º | 0.32% | 0.75% | - |
| XYZ | 43.37 | 49.88 | 28.46 | - |
| YUV | 183.44 | 97.84 | 130.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 192 | 130 | 0.03 | 0 | 0.32 | 0.25 | 64.84 | 0.33 | 0.63 |
| Hex | BB | C0 | 82 | 3 | 0 | 20 | 19 | 41 | 21 | 3F |
| Octal | 273 | 300 | 202 | 3 | 0 | 40 | 31 | 101 | 41 | 77 |
| Binary | 10111011 | 11000000 | 10000010 | 11 | 0 | 100000 | 11001 | 1000001 | 100001 | 111111 |
Color Harmonies of #BBC082
Complementary color
Monochromatic Colors of #BBC082
Black with #BBC082
Text Example
Text Example
White with #BBC082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC082; }
p { color: rgb(187,192,130); }
H1.HeaderClassName
{
color: #BBC082;
}
.AnyTagClassName
{
color: #BBC082;
}
</style>
background-color css
<style>
a { background-color: #BBC082; }
a { background-color: rgb(187,192,130); }
div.DivClassName
{
background-color: #BBC082;
}
.BgClassName
{
background-color: #BBC082;
}
</style>
border-color css
<style>
span { border-color: #BBC082; }
span { border-color: rgb(187,192,130); }
td.TdClassName
{
border-color: #BBC082;
}
.TagClassName
{
border-color: #BBC082;
}
</style>