Shades of Pine Glade #BBC781
Tints of Pine Glade #BBC781
RGB
CMYK
RGB Variations
Color information
#BBC781 (or 0xBBC781) is known color: Pine Glade. HEX triplet: BB, C7 and 81. RGB value is (187,199,129). Sum of RGB (Red+Green+Blue) = 187+199+129=515 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.31% from 515); Green value is 199 (78.12% from 255 or 38.64% from 515); Blue value is 129 (50.78% from 255 or 25.05% from 515); Max value from RGB is 199 - color contains mainly: green. Hex color #BBC781 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBC781 is #44387E. Grayscale: #BBBBBB. Windows color (decimal): -4470911 or 8505275. OLE color: 8505275.
HSL color Cylindrical-coordinate representation of color #BBC781: hue angle of 70.29º degrees, saturation: 0.38, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BBC781 is Cyan = 0.06, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 187 | 199 | 129 | - |
| CMYK | 0.06 | 0 | 0.35 | 0.22 |
| HSL | 70.29º | 0.38% | 0.64% | - |
| HSV(B) | 70.29º | 0.35% | 0.78% | - |
| XYZ | 44.88 | 53 | 28.63 | - |
| YUV | 187.43 | 95.02 | 127.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 199 | 129 | 0.06 | 0 | 0.35 | 0.22 | 70.29 | 0.38 | 0.64 |
| Hex | BB | C7 | 81 | 6 | 0 | 23 | 16 | 46 | 26 | 40 |
| Octal | 273 | 307 | 201 | 6 | 0 | 43 | 26 | 106 | 46 | 100 |
| Binary | 10111011 | 11000111 | 10000001 | 110 | 0 | 100011 | 10110 | 1000110 | 100110 | 1000000 |
Color Harmonies of #BBC781
Complementary color
Monochromatic Colors of #BBC781
Black with #BBC781
Text Example
Text Example
White with #BBC781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC781; }
p { color: rgb(187,199,129); }
H1.HeaderClassName
{
color: #BBC781;
}
.AnyTagClassName
{
color: #BBC781;
}
</style>
background-color css
<style>
a { background-color: #BBC781; }
a { background-color: rgb(187,199,129); }
div.DivClassName
{
background-color: #BBC781;
}
.BgClassName
{
background-color: #BBC781;
}
</style>
border-color css
<style>
span { border-color: #BBC781; }
span { border-color: rgb(187,199,129); }
td.TdClassName
{
border-color: #BBC781;
}
.TagClassName
{
border-color: #BBC781;
}
</style>