Shades of Pine Glade #B8C478
Tints of Pine Glade #B8C478
RGB
CMYK
RGB Variations
Color information
#B8C478 (or 0xB8C478) is known color: Pine Glade. HEX triplet: B8, C4 and 78. RGB value is (184,196,120). Sum of RGB (Red+Green+Blue) = 184+196+120=500 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.8% from 500); Green value is 196 (76.95% from 255 or 39.2% from 500); Blue value is 120 (47.27% from 255 or 24% from 500); Max value from RGB is 196 - color contains mainly: green. Hex color #B8C478 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8C478 is #473B87. Grayscale: #B8B8B8. Windows color (decimal): -4668296 or 7914680. OLE color: 7914680.
HSL color Cylindrical-coordinate representation of color #B8C478: hue angle of 69.47º degrees, saturation: 0.39, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B8C478 is Cyan = 0.06, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 184 | 196 | 120 | - |
| CMYK | 0.06 | 0 | 0.39 | 0.23 |
| HSL | 69.47º | 0.39% | 0.62% | - |
| HSV(B) | 69.47º | 0.39% | 0.77% | - |
| XYZ | 42.9 | 51.03 | 25.36 | - |
| YUV | 183.75 | 92.02 | 128.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 196 | 120 | 0.06 | 0 | 0.39 | 0.23 | 69.47 | 0.39 | 0.62 |
| Hex | B8 | C4 | 78 | 6 | 0 | 27 | 17 | 45 | 27 | 3E |
| Octal | 270 | 304 | 170 | 6 | 0 | 47 | 27 | 105 | 47 | 76 |
| Binary | 10111000 | 11000100 | 1111000 | 110 | 0 | 100111 | 10111 | 1000101 | 100111 | 111110 |
Color Harmonies of #B8C478
Complementary color
Monochromatic Colors of #B8C478
Black with #B8C478
Text Example
Text Example
White with #B8C478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8C478; }
p { color: rgb(184,196,120); }
H1.HeaderClassName
{
color: #B8C478;
}
.AnyTagClassName
{
color: #B8C478;
}
</style>
background-color css
<style>
a { background-color: #B8C478; }
a { background-color: rgb(184,196,120); }
div.DivClassName
{
background-color: #B8C478;
}
.BgClassName
{
background-color: #B8C478;
}
</style>
border-color css
<style>
span { border-color: #B8C478; }
span { border-color: rgb(184,196,120); }
td.TdClassName
{
border-color: #B8C478;
}
.TagClassName
{
border-color: #B8C478;
}
</style>