Shades of Pine Glade #B8C57C
Tints of Pine Glade #B8C57C
RGB
CMYK
RGB Variations
Color information
#B8C57C (or 0xB8C57C) is known color: Pine Glade. HEX triplet: B8, C5 and 7C. RGB value is (184,197,124). Sum of RGB (Red+Green+Blue) = 184+197+124=505 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.44% from 505); Green value is 197 (77.34% from 255 or 39.01% from 505); Blue value is 124 (48.83% from 255 or 24.55% from 505); Max value from RGB is 197 - color contains mainly: green. Hex color #B8C57C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8C57C is #473A83. Grayscale: #B9B9B9. Windows color (decimal): -4668036 or 8177080. OLE color: 8177080.
HSL color Cylindrical-coordinate representation of color #B8C57C: hue angle of 70.68º degrees, saturation: 0.39, 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 #B8C57C is Cyan = 0.07, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 184 | 197 | 124 | - |
| CMYK | 0.07 | 0 | 0.37 | 0.23 |
| HSL | 70.68º | 0.39% | 0.63% | - |
| HSV(B) | 70.68º | 0.37% | 0.77% | - |
| XYZ | 43.37 | 51.58 | 26.74 | - |
| YUV | 184.79 | 93.69 | 127.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 197 | 124 | 0.07 | 0 | 0.37 | 0.23 | 70.68 | 0.39 | 0.63 |
| Hex | B8 | C5 | 7C | 7 | 0 | 25 | 17 | 47 | 27 | 3F |
| Octal | 270 | 305 | 174 | 7 | 0 | 45 | 27 | 107 | 47 | 77 |
| Binary | 10111000 | 11000101 | 1111100 | 111 | 0 | 100101 | 10111 | 1000111 | 100111 | 111111 |
Color Harmonies of #B8C57C
Complementary color
Monochromatic Colors of #B8C57C
Black with #B8C57C
Text Example
Text Example
White with #B8C57C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8C57C; }
p { color: rgb(184,197,124); }
H1.HeaderClassName
{
color: #B8C57C;
}
.AnyTagClassName
{
color: #B8C57C;
}
</style>
background-color css
<style>
a { background-color: #B8C57C; }
a { background-color: rgb(184,197,124); }
div.DivClassName
{
background-color: #B8C57C;
}
.BgClassName
{
background-color: #B8C57C;
}
</style>
border-color css
<style>
span { border-color: #B8C57C; }
span { border-color: rgb(184,197,124); }
td.TdClassName
{
border-color: #B8C57C;
}
.TagClassName
{
border-color: #B8C57C;
}
</style>