Shades of Pine Glade #B8C17A
Tints of Pine Glade #B8C17A
RGB
CMYK
RGB Variations
Color information
#B8C17A (or 0xB8C17A) is known color: Pine Glade. HEX triplet: B8, C1 and 7A. RGB value is (184,193,122). Sum of RGB (Red+Green+Blue) = 184+193+122=499 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.87% from 499); Green value is 193 (75.78% from 255 or 38.68% from 499); Blue value is 122 (48.05% from 255 or 24.45% from 499); Max value from RGB is 193 - color contains mainly: green. Hex color #B8C17A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8C17A is #473E85. Grayscale: #B6B6B6. Windows color (decimal): -4669062 or 8044984. OLE color: 8044984.
HSL color Cylindrical-coordinate representation of color #B8C17A: hue angle of 67.61º degrees, saturation: 0.36, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B8C17A is Cyan = 0.05, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 184 | 193 | 122 | - |
| CMYK | 0.05 | 0 | 0.37 | 0.24 |
| HSL | 67.61º | 0.36% | 0.62% | - |
| HSV(B) | 67.61º | 0.37% | 0.76% | - |
| XYZ | 42.35 | 49.74 | 25.78 | - |
| YUV | 182.22 | 94.02 | 129.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 193 | 122 | 0.05 | 0 | 0.37 | 0.24 | 67.61 | 0.36 | 0.62 |
| Hex | B8 | C1 | 7A | 5 | 0 | 25 | 18 | 44 | 24 | 3E |
| Octal | 270 | 301 | 172 | 5 | 0 | 45 | 30 | 104 | 44 | 76 |
| Binary | 10111000 | 11000001 | 1111010 | 101 | 0 | 100101 | 11000 | 1000100 | 100100 | 111110 |
Color Harmonies of #B8C17A
Complementary color
Monochromatic Colors of #B8C17A
Black with #B8C17A
Text Example
Text Example
White with #B8C17A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8C17A; }
p { color: rgb(184,193,122); }
H1.HeaderClassName
{
color: #B8C17A;
}
.AnyTagClassName
{
color: #B8C17A;
}
</style>
background-color css
<style>
a { background-color: #B8C17A; }
a { background-color: rgb(184,193,122); }
div.DivClassName
{
background-color: #B8C17A;
}
.BgClassName
{
background-color: #B8C17A;
}
</style>
border-color css
<style>
span { border-color: #B8C17A; }
span { border-color: rgb(184,193,122); }
td.TdClassName
{
border-color: #B8C17A;
}
.TagClassName
{
border-color: #B8C17A;
}
</style>