Shades of Pine Glade #B8C575
Tints of Pine Glade #B8C575
RGB
CMYK
RGB Variations
Color information
#B8C575 (or 0xB8C575) is known color: Pine Glade. HEX triplet: B8, C5 and 75. RGB value is (184,197,117). Sum of RGB (Red+Green+Blue) = 184+197+117=498 (65% of max value = 765). Red value is 184 (72.27% from 255 or 36.95% from 498); Green value is 197 (77.34% from 255 or 39.56% from 498); Blue value is 117 (46.09% from 255 or 23.49% from 498); Max value from RGB is 197 - color contains mainly: green. Hex color #B8C575 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8C575 is #473A8A. Grayscale: #B8B8B8. Windows color (decimal): -4668043 or 7718328. OLE color: 7718328.
HSL color Cylindrical-coordinate representation of color #B8C575: hue angle of 69.75º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B8C575 is Cyan = 0.07, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 184 | 197 | 117 | - |
| CMYK | 0.07 | 0 | 0.41 | 0.23 |
| HSL | 69.75º | 0.41% | 0.62% | - |
| HSV(B) | 69.75º | 0.41% | 0.77% | - |
| XYZ | 42.94 | 51.41 | 24.49 | - |
| YUV | 183.99 | 90.19 | 128 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 197 | 117 | 0.07 | 0 | 0.41 | 0.23 | 69.75 | 0.41 | 0.62 |
| Hex | B8 | C5 | 75 | 7 | 0 | 29 | 17 | 46 | 29 | 3E |
| Octal | 270 | 305 | 165 | 7 | 0 | 51 | 27 | 106 | 51 | 76 |
| Binary | 10111000 | 11000101 | 1110101 | 111 | 0 | 101001 | 10111 | 1000110 | 101001 | 111110 |
Color Harmonies of #B8C575
Complementary color
Monochromatic Colors of #B8C575
Black with #B8C575
Text Example
Text Example
White with #B8C575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8C575; }
p { color: rgb(184,197,117); }
H1.HeaderClassName
{
color: #B8C575;
}
.AnyTagClassName
{
color: #B8C575;
}
</style>
background-color css
<style>
a { background-color: #B8C575; }
a { background-color: rgb(184,197,117); }
div.DivClassName
{
background-color: #B8C575;
}
.BgClassName
{
background-color: #B8C575;
}
</style>
border-color css
<style>
span { border-color: #B8C575; }
span { border-color: rgb(184,197,117); }
td.TdClassName
{
border-color: #B8C575;
}
.TagClassName
{
border-color: #B8C575;
}
</style>