Shades of Pine Glade #B8C475
Tints of Pine Glade #B8C475
RGB
CMYK
RGB Variations
Color information
#B8C475 (or 0xB8C475) is known color: Pine Glade. HEX triplet: B8, C4 and 75. RGB value is (184,196,117). Sum of RGB (Red+Green+Blue) = 184+196+117=497 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.02% from 497); Green value is 196 (76.95% from 255 or 39.44% from 497); Blue value is 117 (46.09% from 255 or 23.54% from 497); Max value from RGB is 196 - color contains mainly: green. Hex color #B8C475 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8C475 is #473B8A. Grayscale: #B7B7B7. Windows color (decimal): -4668299 or 7718072. OLE color: 7718072.
HSL color Cylindrical-coordinate representation of color #B8C475: hue angle of 69.11º degrees, saturation: 0.4, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B8C475 is Cyan = 0.06, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 184 | 196 | 117 | - |
| CMYK | 0.06 | 0 | 0.40 | 0.23 |
| HSL | 69.11º | 0.4% | 0.61% | - |
| HSV(B) | 69.11º | 0.4% | 0.77% | - |
| XYZ | 42.72 | 50.95 | 24.41 | - |
| YUV | 183.41 | 90.52 | 128.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 196 | 117 | 0.06 | 0 | 0.40 | 0.23 | 69.11 | 0.4 | 0.61 |
| Hex | B8 | C4 | 75 | 6 | 0 | 28 | 17 | 45 | 28 | 3D |
| Octal | 270 | 304 | 165 | 6 | 0 | 50 | 27 | 105 | 50 | 75 |
| Binary | 10111000 | 11000100 | 1110101 | 110 | 0 | 101000 | 10111 | 1000101 | 101000 | 111101 |
Color Harmonies of #B8C475
Complementary color
Monochromatic Colors of #B8C475
Black with #B8C475
Text Example
Text Example
White with #B8C475
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8C475; }
p { color: rgb(184,196,117); }
H1.HeaderClassName
{
color: #B8C475;
}
.AnyTagClassName
{
color: #B8C475;
}
</style>
background-color css
<style>
a { background-color: #B8C475; }
a { background-color: rgb(184,196,117); }
div.DivClassName
{
background-color: #B8C475;
}
.BgClassName
{
background-color: #B8C475;
}
</style>
border-color css
<style>
span { border-color: #B8C475; }
span { border-color: rgb(184,196,117); }
td.TdClassName
{
border-color: #B8C475;
}
.TagClassName
{
border-color: #B8C475;
}
</style>