Shades of Pine Glade #BBC277
Tints of Pine Glade #BBC277
RGB
CMYK
RGB Variations
Color information
#BBC277 (or 0xBBC277) is known color: Pine Glade. HEX triplet: BB, C2 and 77. RGB value is (187,194,119). Sum of RGB (Red+Green+Blue) = 187+194+119=500 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.4% from 500); Green value is 194 (76.17% from 255 or 38.8% from 500); Blue value is 119 (46.88% from 255 or 23.8% from 500); Max value from RGB is 194 - color contains mainly: green. Hex color #BBC277 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBC277 is #443D88. Grayscale: #B7B7B7. Windows color (decimal): -4472201 or 7848635. OLE color: 7848635.
HSL color Cylindrical-coordinate representation of color #BBC277: hue angle of 65.6º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BBC277 is Cyan = 0.04, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 187 | 194 | 119 | - |
| CMYK | 0.04 | 0 | 0.39 | 0.24 |
| HSL | 65.6º | 0.38% | 0.61% | - |
| HSV(B) | 65.6º | 0.39% | 0.76% | - |
| XYZ | 43.12 | 50.48 | 24.92 | - |
| YUV | 183.36 | 91.68 | 130.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 194 | 119 | 0.04 | 0 | 0.39 | 0.24 | 65.6 | 0.38 | 0.61 |
| Hex | BB | C2 | 77 | 4 | 0 | 27 | 18 | 42 | 26 | 3D |
| Octal | 273 | 302 | 167 | 4 | 0 | 47 | 30 | 102 | 46 | 75 |
| Binary | 10111011 | 11000010 | 1110111 | 100 | 0 | 100111 | 11000 | 1000010 | 100110 | 111101 |
Color Harmonies of #BBC277
Complementary color
Monochromatic Colors of #BBC277
Black with #BBC277
Text Example
Text Example
White with #BBC277
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC277; }
p { color: rgb(187,194,119); }
H1.HeaderClassName
{
color: #BBC277;
}
.AnyTagClassName
{
color: #BBC277;
}
</style>
background-color css
<style>
a { background-color: #BBC277; }
a { background-color: rgb(187,194,119); }
div.DivClassName
{
background-color: #BBC277;
}
.BgClassName
{
background-color: #BBC277;
}
</style>
border-color css
<style>
span { border-color: #BBC277; }
span { border-color: rgb(187,194,119); }
td.TdClassName
{
border-color: #BBC277;
}
.TagClassName
{
border-color: #BBC277;
}
</style>