Shades of Pine Glade #B8C08A
Tints of Pine Glade #B8C08A
RGB
CMYK
RGB Variations
Color information
#B8C08A (or 0xB8C08A) is known color: Pine Glade. HEX triplet: B8, C0 and 8A. RGB value is (184,192,138). Sum of RGB (Red+Green+Blue) = 184+192+138=514 (68% of max value = 765). Red value is 184 (72.27% from 255 or 35.80% from 514); Green value is 192 (75.39% from 255 or 37.35% from 514); Blue value is 138 (54.30% from 255 or 26.85% from 514); Max value from RGB is 192 - color contains mainly: green. Hex color #B8C08A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8C08A is #473F75. Grayscale: #B7B7B7. Windows color (decimal): -4669302 or 9093304. OLE color: 9093304.
HSL color Cylindrical-coordinate representation of color #B8C08A: hue angle of 68.89º degrees, saturation: 0.3, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B8C08A is Cyan = 0.04, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 184 | 192 | 138 | - |
| CMYK | 0.04 | 0 | 0.28 | 0.25 |
| HSL | 68.89º | 0.3% | 0.65% | - |
| HSV(B) | 68.89º | 0.28% | 0.75% | - |
| XYZ | 43.2 | 49.72 | 31.37 | - |
| YUV | 183.45 | 102.35 | 128.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 192 | 138 | 0.04 | 0 | 0.28 | 0.25 | 68.89 | 0.3 | 0.65 |
| Hex | B8 | C0 | 8A | 4 | 0 | 1C | 19 | 45 | 1E | 41 |
| Octal | 270 | 300 | 212 | 4 | 0 | 34 | 31 | 105 | 36 | 101 |
| Binary | 10111000 | 11000000 | 10001010 | 100 | 0 | 11100 | 11001 | 1000101 | 11110 | 1000001 |
Color Harmonies of #B8C08A
Complementary color
Monochromatic Colors of #B8C08A
Black with #B8C08A
Text Example
Text Example
White with #B8C08A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8C08A; }
p { color: rgb(184,192,138); }
H1.HeaderClassName
{
color: #B8C08A;
}
.AnyTagClassName
{
color: #B8C08A;
}
</style>
background-color css
<style>
a { background-color: #B8C08A; }
a { background-color: rgb(184,192,138); }
div.DivClassName
{
background-color: #B8C08A;
}
.BgClassName
{
background-color: #B8C08A;
}
</style>
border-color css
<style>
span { border-color: #B8C08A; }
span { border-color: rgb(184,192,138); }
td.TdClassName
{
border-color: #B8C08A;
}
.TagClassName
{
border-color: #B8C08A;
}
</style>