Shades of Pine Glade #B8C17C
Tints of Pine Glade #B8C17C
RGB
CMYK
RGB Variations
Color information
#B8C17C (or 0xB8C17C) is known color: Pine Glade. HEX triplet: B8, C1 and 7C. RGB value is (184,193,124). Sum of RGB (Red+Green+Blue) = 184+193+124=501 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.73% from 501); Green value is 193 (75.78% from 255 or 38.52% from 501); Blue value is 124 (48.83% from 255 or 24.75% from 501); Max value from RGB is 193 - color contains mainly: green. Hex color #B8C17C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8C17C is #473E83. Grayscale: #B6B6B6. Windows color (decimal): -4669060 or 8176056. OLE color: 8176056.
HSL color Cylindrical-coordinate representation of color #B8C17C: hue angle of 67.83º degrees, saturation: 0.36, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B8C17C is Cyan = 0.05, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 184 | 193 | 124 | - |
| CMYK | 0.05 | 0 | 0.36 | 0.24 |
| HSL | 67.83º | 0.36% | 0.62% | - |
| HSV(B) | 67.83º | 0.36% | 0.76% | - |
| XYZ | 42.48 | 49.79 | 26.44 | - |
| YUV | 182.44 | 95.02 | 129.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 193 | 124 | 0.05 | 0 | 0.36 | 0.24 | 67.83 | 0.36 | 0.62 |
| Hex | B8 | C1 | 7C | 5 | 0 | 24 | 18 | 44 | 24 | 3E |
| Octal | 270 | 301 | 174 | 5 | 0 | 44 | 30 | 104 | 44 | 76 |
| Binary | 10111000 | 11000001 | 1111100 | 101 | 0 | 100100 | 11000 | 1000100 | 100100 | 111110 |
Color Harmonies of #B8C17C
Complementary color
Monochromatic Colors of #B8C17C
Black with #B8C17C
Text Example
Text Example
White with #B8C17C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8C17C; }
p { color: rgb(184,193,124); }
H1.HeaderClassName
{
color: #B8C17C;
}
.AnyTagClassName
{
color: #B8C17C;
}
</style>
background-color css
<style>
a { background-color: #B8C17C; }
a { background-color: rgb(184,193,124); }
div.DivClassName
{
background-color: #B8C17C;
}
.BgClassName
{
background-color: #B8C17C;
}
</style>
border-color css
<style>
span { border-color: #B8C17C; }
span { border-color: rgb(184,193,124); }
td.TdClassName
{
border-color: #B8C17C;
}
.TagClassName
{
border-color: #B8C17C;
}
</style>