Shades of Pine Glade #BBC581
Tints of Pine Glade #BBC581
RGB
CMYK
RGB Variations
Color information
#BBC581 (or 0xBBC581) is known color: Pine Glade. HEX triplet: BB, C5 and 81. RGB value is (187,197,129). Sum of RGB (Red+Green+Blue) = 187+197+129=513 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.45% from 513); Green value is 197 (77.34% from 255 or 38.40% from 513); Blue value is 129 (50.78% from 255 or 25.15% from 513); Max value from RGB is 197 - color contains mainly: green. Hex color #BBC581 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBC581 is #443A7E. Grayscale: #BABABA. Windows color (decimal): -4471423 or 8504763. OLE color: 8504763.
HSL color Cylindrical-coordinate representation of color #BBC581: hue angle of 68.82º degrees, saturation: 0.37, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BBC581 is Cyan = 0.05, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 187 | 197 | 129 | - |
| CMYK | 0.05 | 0 | 0.35 | 0.23 |
| HSL | 68.82º | 0.37% | 0.64% | - |
| HSV(B) | 68.82º | 0.35% | 0.77% | - |
| XYZ | 44.42 | 52.08 | 28.48 | - |
| YUV | 186.26 | 95.69 | 128.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 197 | 129 | 0.05 | 0 | 0.35 | 0.23 | 68.82 | 0.37 | 0.64 |
| Hex | BB | C5 | 81 | 5 | 0 | 23 | 17 | 45 | 25 | 40 |
| Octal | 273 | 305 | 201 | 5 | 0 | 43 | 27 | 105 | 45 | 100 |
| Binary | 10111011 | 11000101 | 10000001 | 101 | 0 | 100011 | 10111 | 1000101 | 100101 | 1000000 |
Color Harmonies of #BBC581
Complementary color
Monochromatic Colors of #BBC581
Black with #BBC581
Text Example
Text Example
White with #BBC581
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC581; }
p { color: rgb(187,197,129); }
H1.HeaderClassName
{
color: #BBC581;
}
.AnyTagClassName
{
color: #BBC581;
}
</style>
background-color css
<style>
a { background-color: #BBC581; }
a { background-color: rgb(187,197,129); }
div.DivClassName
{
background-color: #BBC581;
}
.BgClassName
{
background-color: #BBC581;
}
</style>
border-color css
<style>
span { border-color: #BBC581; }
span { border-color: rgb(187,197,129); }
td.TdClassName
{
border-color: #BBC581;
}
.TagClassName
{
border-color: #BBC581;
}
</style>