Shades of Pine Glade #BBC77A
Tints of Pine Glade #BBC77A
RGB
CMYK
RGB Variations
Color information
#BBC77A (or 0xBBC77A) is known color: Pine Glade. HEX triplet: BB, C7 and 7A. RGB value is (187,199,122). Sum of RGB (Red+Green+Blue) = 187+199+122=508 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.81% from 508); Green value is 199 (78.12% from 255 or 39.17% from 508); Blue value is 122 (48.05% from 255 or 24.02% from 508); Max value from RGB is 199 - color contains mainly: green. Hex color #BBC77A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBC77A is #443885. Grayscale: #BABABA. Windows color (decimal): -4470918 or 8046523. OLE color: 8046523.
HSL color Cylindrical-coordinate representation of color #BBC77A: hue angle of 69.35º degrees, saturation: 0.41, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BBC77A is Cyan = 0.06, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 187 | 199 | 122 | - |
| CMYK | 0.06 | 0 | 0.39 | 0.22 |
| HSL | 69.35º | 0.41% | 0.63% | - |
| HSV(B) | 69.35º | 0.39% | 0.78% | - |
| XYZ | 44.43 | 52.82 | 26.27 | - |
| YUV | 186.63 | 91.52 | 128.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 199 | 122 | 0.06 | 0 | 0.39 | 0.22 | 69.35 | 0.41 | 0.63 |
| Hex | BB | C7 | 7A | 6 | 0 | 27 | 16 | 45 | 29 | 3F |
| Octal | 273 | 307 | 172 | 6 | 0 | 47 | 26 | 105 | 51 | 77 |
| Binary | 10111011 | 11000111 | 1111010 | 110 | 0 | 100111 | 10110 | 1000101 | 101001 | 111111 |
Color Harmonies of #BBC77A
Complementary color
Monochromatic Colors of #BBC77A
Black with #BBC77A
Text Example
Text Example
White with #BBC77A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC77A; }
p { color: rgb(187,199,122); }
H1.HeaderClassName
{
color: #BBC77A;
}
.AnyTagClassName
{
color: #BBC77A;
}
</style>
background-color css
<style>
a { background-color: #BBC77A; }
a { background-color: rgb(187,199,122); }
div.DivClassName
{
background-color: #BBC77A;
}
.BgClassName
{
background-color: #BBC77A;
}
</style>
border-color css
<style>
span { border-color: #BBC77A; }
span { border-color: rgb(187,199,122); }
td.TdClassName
{
border-color: #BBC77A;
}
.TagClassName
{
border-color: #BBC77A;
}
</style>