Shades of Pine Glade #B8C479
Tints of Pine Glade #B8C479
RGB
CMYK
RGB Variations
Color information
#B8C479 (or 0xB8C479) is known color: Pine Glade. HEX triplet: B8, C4 and 79. RGB value is (184,196,121). Sum of RGB (Red+Green+Blue) = 184+196+121=501 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.73% from 501); Green value is 196 (76.95% from 255 or 39.12% from 501); Blue value is 121 (47.66% from 255 or 24.15% from 501); Max value from RGB is 196 - color contains mainly: green. Hex color #B8C479 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8C479 is #473B86. Grayscale: #B8B8B8. Windows color (decimal): -4668295 or 7980216. OLE color: 7980216.
HSL color Cylindrical-coordinate representation of color #B8C479: hue angle of 69.6º degrees, saturation: 0.39, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B8C479 is Cyan = 0.06, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 184 | 196 | 121 | - |
| CMYK | 0.06 | 0 | 0.38 | 0.23 |
| HSL | 69.6º | 0.39% | 0.62% | - |
| HSV(B) | 69.6º | 0.38% | 0.77% | - |
| XYZ | 42.96 | 51.05 | 25.68 | - |
| YUV | 183.86 | 92.52 | 128.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 196 | 121 | 0.06 | 0 | 0.38 | 0.23 | 69.6 | 0.39 | 0.62 |
| Hex | B8 | C4 | 79 | 6 | 0 | 26 | 17 | 46 | 27 | 3E |
| Octal | 270 | 304 | 171 | 6 | 0 | 46 | 27 | 106 | 47 | 76 |
| Binary | 10111000 | 11000100 | 1111001 | 110 | 0 | 100110 | 10111 | 1000110 | 100111 | 111110 |
Color Harmonies of #B8C479
Complementary color
Monochromatic Colors of #B8C479
Black with #B8C479
Text Example
Text Example
White with #B8C479
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8C479; }
p { color: rgb(184,196,121); }
H1.HeaderClassName
{
color: #B8C479;
}
.AnyTagClassName
{
color: #B8C479;
}
</style>
background-color css
<style>
a { background-color: #B8C479; }
a { background-color: rgb(184,196,121); }
div.DivClassName
{
background-color: #B8C479;
}
.BgClassName
{
background-color: #B8C479;
}
</style>
border-color css
<style>
span { border-color: #B8C479; }
span { border-color: rgb(184,196,121); }
td.TdClassName
{
border-color: #B8C479;
}
.TagClassName
{
border-color: #B8C479;
}
</style>