Shades of Pine Glade #B8C57D
Tints of Pine Glade #B8C57D
RGB
CMYK
RGB Variations
Color information
#B8C57D (or 0xB8C57D) is known color: Pine Glade. HEX triplet: B8, C5 and 7D. RGB value is (184,197,125). Sum of RGB (Red+Green+Blue) = 184+197+125=506 (67% of max value = 765). Red value is 184 (72.27% from 255 or 36.36% from 506); Green value is 197 (77.34% from 255 or 38.93% from 506); Blue value is 125 (49.22% from 255 or 24.70% from 506); Max value from RGB is 197 - color contains mainly: green. Hex color #B8C57D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8C57D is #473A82. Grayscale: #B9B9B9. Windows color (decimal): -4668035 or 8242616. OLE color: 8242616.
HSL color Cylindrical-coordinate representation of color #B8C57D: hue angle of 70.83º degrees, saturation: 0.38, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B8C57D is Cyan = 0.07, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 184 | 197 | 125 | - |
| CMYK | 0.07 | 0 | 0.37 | 0.23 |
| HSL | 70.83º | 0.38% | 0.63% | - |
| HSV(B) | 70.83º | 0.37% | 0.77% | - |
| XYZ | 43.44 | 51.6 | 27.07 | - |
| YUV | 184.91 | 94.19 | 127.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 197 | 125 | 0.07 | 0 | 0.37 | 0.23 | 70.83 | 0.38 | 0.63 |
| Hex | B8 | C5 | 7D | 7 | 0 | 25 | 17 | 47 | 26 | 3F |
| Octal | 270 | 305 | 175 | 7 | 0 | 45 | 27 | 107 | 46 | 77 |
| Binary | 10111000 | 11000101 | 1111101 | 111 | 0 | 100101 | 10111 | 1000111 | 100110 | 111111 |
Color Harmonies of #B8C57D
Complementary color
Monochromatic Colors of #B8C57D
Black with #B8C57D
Text Example
Text Example
White with #B8C57D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8C57D; }
p { color: rgb(184,197,125); }
H1.HeaderClassName
{
color: #B8C57D;
}
.AnyTagClassName
{
color: #B8C57D;
}
</style>
background-color css
<style>
a { background-color: #B8C57D; }
a { background-color: rgb(184,197,125); }
div.DivClassName
{
background-color: #B8C57D;
}
.BgClassName
{
background-color: #B8C57D;
}
</style>
border-color css
<style>
span { border-color: #B8C57D; }
span { border-color: rgb(184,197,125); }
td.TdClassName
{
border-color: #B8C57D;
}
.TagClassName
{
border-color: #B8C57D;
}
</style>