Shades of Pine Glade #BBC47F
Tints of Pine Glade #BBC47F
RGB
CMYK
RGB Variations
Color information
#BBC47F (or 0xBBC47F) is known color: Pine Glade. HEX triplet: BB, C4 and 7F. RGB value is (187,196,127). Sum of RGB (Red+Green+Blue) = 187+196+127=510 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.67% from 510); Green value is 196 (76.95% from 255 or 38.43% from 510); Blue value is 127 (50% from 255 or 24.90% from 510); Max value from RGB is 196 - color contains mainly: green. Hex color #BBC47F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBC47F is #443B80. Grayscale: #B9B9B9. Windows color (decimal): -4471681 or 8373435. OLE color: 8373435.
HSL color Cylindrical-coordinate representation of color #BBC47F: hue angle of 67.83º degrees, saturation: 0.37, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BBC47F is Cyan = 0.05, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 187 | 196 | 127 | - |
| CMYK | 0.05 | 0 | 0.35 | 0.23 |
| HSL | 67.83º | 0.37% | 0.63% | - |
| HSV(B) | 67.83º | 0.35% | 0.77% | - |
| XYZ | 44.06 | 51.58 | 27.71 | - |
| YUV | 185.44 | 95.02 | 129.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 196 | 127 | 0.05 | 0 | 0.35 | 0.23 | 67.83 | 0.37 | 0.63 |
| Hex | BB | C4 | 7F | 5 | 0 | 23 | 17 | 44 | 25 | 3F |
| Octal | 273 | 304 | 177 | 5 | 0 | 43 | 27 | 104 | 45 | 77 |
| Binary | 10111011 | 11000100 | 1111111 | 101 | 0 | 100011 | 10111 | 1000100 | 100101 | 111111 |
Color Harmonies of #BBC47F
Complementary color
Monochromatic Colors of #BBC47F
Black with #BBC47F
Text Example
Text Example
White with #BBC47F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC47F; }
p { color: rgb(187,196,127); }
H1.HeaderClassName
{
color: #BBC47F;
}
.AnyTagClassName
{
color: #BBC47F;
}
</style>
background-color css
<style>
a { background-color: #BBC47F; }
a { background-color: rgb(187,196,127); }
div.DivClassName
{
background-color: #BBC47F;
}
.BgClassName
{
background-color: #BBC47F;
}
</style>
border-color css
<style>
span { border-color: #BBC47F; }
span { border-color: rgb(187,196,127); }
td.TdClassName
{
border-color: #BBC47F;
}
.TagClassName
{
border-color: #BBC47F;
}
</style>