Shades of Pine Glade #B8C27A
Tints of Pine Glade #B8C27A
RGB
CMYK
RGB Variations
Color information
#B8C27A (or 0xB8C27A) is known color: Pine Glade. HEX triplet: B8, C2 and 7A. RGB value is (184,194,122). Sum of RGB (Red+Green+Blue) = 184+194+122=500 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.8% from 500); Green value is 194 (76.17% from 255 or 38.8% from 500); Blue value is 122 (48.05% from 255 or 24.4% from 500); Max value from RGB is 194 - color contains mainly: green. Hex color #B8C27A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8C27A is #473D85. Grayscale: #B7B7B7. Windows color (decimal): -4668806 or 8045240. OLE color: 8045240.
HSL color Cylindrical-coordinate representation of color #B8C27A: hue angle of 68.33º degrees, saturation: 0.37, 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 #B8C27A is Cyan = 0.05, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 184 | 194 | 122 | - |
| CMYK | 0.05 | 0 | 0.37 | 0.24 |
| HSL | 68.33º | 0.37% | 0.62% | - |
| HSV(B) | 68.33º | 0.37% | 0.76% | - |
| XYZ | 42.57 | 50.18 | 25.85 | - |
| YUV | 182.8 | 93.69 | 128.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 194 | 122 | 0.05 | 0 | 0.37 | 0.24 | 68.33 | 0.37 | 0.62 |
| Hex | B8 | C2 | 7A | 5 | 0 | 25 | 18 | 44 | 25 | 3E |
| Octal | 270 | 302 | 172 | 5 | 0 | 45 | 30 | 104 | 45 | 76 |
| Binary | 10111000 | 11000010 | 1111010 | 101 | 0 | 100101 | 11000 | 1000100 | 100101 | 111110 |
Color Harmonies of #B8C27A
Complementary color
Monochromatic Colors of #B8C27A
Black with #B8C27A
Text Example
Text Example
White with #B8C27A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8C27A; }
p { color: rgb(184,194,122); }
H1.HeaderClassName
{
color: #B8C27A;
}
.AnyTagClassName
{
color: #B8C27A;
}
</style>
background-color css
<style>
a { background-color: #B8C27A; }
a { background-color: rgb(184,194,122); }
div.DivClassName
{
background-color: #B8C27A;
}
.BgClassName
{
background-color: #B8C27A;
}
</style>
border-color css
<style>
span { border-color: #B8C27A; }
span { border-color: rgb(184,194,122); }
td.TdClassName
{
border-color: #B8C27A;
}
.TagClassName
{
border-color: #B8C27A;
}
</style>