Shades of Pine Glade #BBBE74
Tints of Pine Glade #BBBE74
RGB
CMYK
RGB Variations
Color information
#BBBE74 (or 0xBBBE74) is known color: Pine Glade. HEX triplet: BB, BE and 74. RGB value is (187,190,116). Sum of RGB (Red+Green+Blue) = 187+190+116=493 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.93% from 493); Green value is 190 (74.61% from 255 or 38.54% from 493); Blue value is 116 (45.70% from 255 or 23.53% from 493); Max value from RGB is 190 - color contains mainly: green. Hex color #BBBE74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBBE74 is #44418B. Grayscale: #B4B4B4. Windows color (decimal): -4473228 or 7651003. OLE color: 7651003.
HSL color Cylindrical-coordinate representation of color #BBBE74: hue angle of 62.43º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BBBE74 is Cyan = 0.02, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 187 | 190 | 116 | - |
| CMYK | 0.02 | 0 | 0.39 | 0.25 |
| HSL | 62.43º | 0.36% | 0.6% | - |
| HSV(B) | 62.43º | 0.39% | 0.75% | - |
| XYZ | 42.06 | 48.65 | 23.7 | - |
| YUV | 180.67 | 91.51 | 132.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 190 | 116 | 0.02 | 0 | 0.39 | 0.25 | 62.43 | 0.36 | 0.6 |
| Hex | BB | BE | 74 | 2 | 0 | 27 | 19 | 3E | 24 | 3C |
| Octal | 273 | 276 | 164 | 2 | 0 | 47 | 31 | 76 | 44 | 74 |
| Binary | 10111011 | 10111110 | 1110100 | 10 | 0 | 100111 | 11001 | 111110 | 100100 | 111100 |
Color Harmonies of #BBBE74
Complementary color
Monochromatic Colors of #BBBE74
Black with #BBBE74
Text Example
Text Example
White with #BBBE74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBBE74; }
p { color: rgb(187,190,116); }
H1.HeaderClassName
{
color: #BBBE74;
}
.AnyTagClassName
{
color: #BBBE74;
}
</style>
background-color css
<style>
a { background-color: #BBBE74; }
a { background-color: rgb(187,190,116); }
div.DivClassName
{
background-color: #BBBE74;
}
.BgClassName
{
background-color: #BBBE74;
}
</style>
border-color css
<style>
span { border-color: #BBBE74; }
span { border-color: rgb(187,190,116); }
td.TdClassName
{
border-color: #BBBE74;
}
.TagClassName
{
border-color: #BBBE74;
}
</style>