Shades of Pine Glade #BBBE78
Tints of Pine Glade #BBBE78
RGB
CMYK
RGB Variations
Color information
#BBBE78 (or 0xBBBE78) is known color: Pine Glade. HEX triplet: BB, BE and 78. RGB value is (187,190,120). Sum of RGB (Red+Green+Blue) = 187+190+120=497 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.63% from 497); Green value is 190 (74.61% from 255 or 38.23% from 497); Blue value is 120 (47.27% from 255 or 24.14% from 497); Max value from RGB is 190 - color contains mainly: green. Hex color #BBBE78 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBBE78 is #444187. Grayscale: #B5B5B5. Windows color (decimal): -4473224 or 7913147. OLE color: 7913147.
HSL color Cylindrical-coordinate representation of color #BBBE78: hue angle of 62.57º degrees, saturation: 0.35, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BBBE78 is Cyan = 0.02, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 187 | 190 | 120 | - |
| CMYK | 0.02 | 0 | 0.37 | 0.25 |
| HSL | 62.57º | 0.35% | 0.61% | - |
| HSV(B) | 62.57º | 0.37% | 0.75% | - |
| XYZ | 42.3 | 48.75 | 24.95 | - |
| YUV | 181.12 | 93.51 | 132.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 190 | 120 | 0.02 | 0 | 0.37 | 0.25 | 62.57 | 0.35 | 0.61 |
| Hex | BB | BE | 78 | 2 | 0 | 25 | 19 | 3F | 23 | 3D |
| Octal | 273 | 276 | 170 | 2 | 0 | 45 | 31 | 77 | 43 | 75 |
| Binary | 10111011 | 10111110 | 1111000 | 10 | 0 | 100101 | 11001 | 111111 | 100011 | 111101 |
Color Harmonies of #BBBE78
Complementary color
Monochromatic Colors of #BBBE78
Black with #BBBE78
Text Example
Text Example
White with #BBBE78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBBE78; }
p { color: rgb(187,190,120); }
H1.HeaderClassName
{
color: #BBBE78;
}
.AnyTagClassName
{
color: #BBBE78;
}
</style>
background-color css
<style>
a { background-color: #BBBE78; }
a { background-color: rgb(187,190,120); }
div.DivClassName
{
background-color: #BBBE78;
}
.BgClassName
{
background-color: #BBBE78;
}
</style>
border-color css
<style>
span { border-color: #BBBE78; }
span { border-color: rgb(187,190,120); }
td.TdClassName
{
border-color: #BBBE78;
}
.TagClassName
{
border-color: #BBBE78;
}
</style>