Shades of Pine Glade #B8C574
Tints of Pine Glade #B8C574
RGB
CMYK
RGB Variations
Color information
#B8C574 (or 0xB8C574) is known color: Pine Glade. HEX triplet: B8, C5 and 74. RGB value is (184,197,116). Sum of RGB (Red+Green+Blue) = 184+197+116=497 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.02% from 497); Green value is 197 (77.34% from 255 or 39.64% from 497); Blue value is 116 (45.70% from 255 or 23.34% from 497); Max value from RGB is 197 - color contains mainly: green. Hex color #B8C574 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8C574 is #473A8B. Grayscale: #B8B8B8. Windows color (decimal): -4668044 or 7652792. OLE color: 7652792.
HSL color Cylindrical-coordinate representation of color #B8C574: hue angle of 69.63º degrees, saturation: 0.41, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B8C574 is Cyan = 0.07, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 184 | 197 | 116 | - |
| CMYK | 0.07 | 0 | 0.41 | 0.23 |
| HSL | 69.63º | 0.41% | 0.61% | - |
| HSV(B) | 69.63º | 0.41% | 0.77% | - |
| XYZ | 42.89 | 51.38 | 24.18 | - |
| YUV | 183.88 | 89.69 | 128.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 197 | 116 | 0.07 | 0 | 0.41 | 0.23 | 69.63 | 0.41 | 0.61 |
| Hex | B8 | C5 | 74 | 7 | 0 | 29 | 17 | 46 | 29 | 3D |
| Octal | 270 | 305 | 164 | 7 | 0 | 51 | 27 | 106 | 51 | 75 |
| Binary | 10111000 | 11000101 | 1110100 | 111 | 0 | 101001 | 10111 | 1000110 | 101001 | 111101 |
Color Harmonies of #B8C574
Complementary color
Monochromatic Colors of #B8C574
Black with #B8C574
Text Example
Text Example
White with #B8C574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8C574; }
p { color: rgb(184,197,116); }
H1.HeaderClassName
{
color: #B8C574;
}
.AnyTagClassName
{
color: #B8C574;
}
</style>
background-color css
<style>
a { background-color: #B8C574; }
a { background-color: rgb(184,197,116); }
div.DivClassName
{
background-color: #B8C574;
}
.BgClassName
{
background-color: #B8C574;
}
</style>
border-color css
<style>
span { border-color: #B8C574; }
span { border-color: rgb(184,197,116); }
td.TdClassName
{
border-color: #B8C574;
}
.TagClassName
{
border-color: #B8C574;
}
</style>