Shades of Pine Glade #BBC278
Tints of Pine Glade #BBC278
RGB
CMYK
RGB Variations
Color information
#BBC278 (or 0xBBC278) is known color: Pine Glade. HEX triplet: BB, C2 and 78. RGB value is (187,194,120). Sum of RGB (Red+Green+Blue) = 187+194+120=501 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.33% from 501); Green value is 194 (76.17% from 255 or 38.72% from 501); Blue value is 120 (47.27% from 255 or 23.95% from 501); Max value from RGB is 194 - color contains mainly: green. Hex color #BBC278 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBC278 is #443D87. Grayscale: #B7B7B7. Windows color (decimal): -4472200 or 7914171. OLE color: 7914171.
HSL color Cylindrical-coordinate representation of color #BBC278: hue angle of 65.68º degrees, saturation: 0.38, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BBC278 is Cyan = 0.04, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 187 | 194 | 120 | - |
| CMYK | 0.04 | 0 | 0.38 | 0.24 |
| HSL | 65.68º | 0.38% | 0.62% | - |
| HSV(B) | 65.68º | 0.38% | 0.76% | - |
| XYZ | 43.18 | 50.5 | 25.24 | - |
| YUV | 183.47 | 92.18 | 130.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 194 | 120 | 0.04 | 0 | 0.38 | 0.24 | 65.68 | 0.38 | 0.62 |
| Hex | BB | C2 | 78 | 4 | 0 | 26 | 18 | 42 | 26 | 3E |
| Octal | 273 | 302 | 170 | 4 | 0 | 46 | 30 | 102 | 46 | 76 |
| Binary | 10111011 | 11000010 | 1111000 | 100 | 0 | 100110 | 11000 | 1000010 | 100110 | 111110 |
Color Harmonies of #BBC278
Complementary color
Monochromatic Colors of #BBC278
Black with #BBC278
Text Example
Text Example
White with #BBC278
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC278; }
p { color: rgb(187,194,120); }
H1.HeaderClassName
{
color: #BBC278;
}
.AnyTagClassName
{
color: #BBC278;
}
</style>
background-color css
<style>
a { background-color: #BBC278; }
a { background-color: rgb(187,194,120); }
div.DivClassName
{
background-color: #BBC278;
}
.BgClassName
{
background-color: #BBC278;
}
</style>
border-color css
<style>
span { border-color: #BBC278; }
span { border-color: rgb(187,194,120); }
td.TdClassName
{
border-color: #BBC278;
}
.TagClassName
{
border-color: #BBC278;
}
</style>