Shades of Pine Glade #B8C27D
Tints of Pine Glade #B8C27D
RGB
CMYK
RGB Variations
Color information
#B8C27D (or 0xB8C27D) is known color: Pine Glade. HEX triplet: B8, C2 and 7D. RGB value is (184,194,125). Sum of RGB (Red+Green+Blue) = 184+194+125=503 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.58% from 503); Green value is 194 (76.17% from 255 or 38.57% from 503); Blue value is 125 (49.22% from 255 or 24.85% from 503); Max value from RGB is 194 - color contains mainly: green. Hex color #B8C27D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8C27D is #473D82. Grayscale: #B7B7B7. Windows color (decimal): -4668803 or 8241848. OLE color: 8241848.
HSL color Cylindrical-coordinate representation of color #B8C27D: hue angle of 68.7º degrees, saturation: 0.36, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B8C27D is Cyan = 0.05, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 184 | 194 | 125 | - |
| CMYK | 0.05 | 0 | 0.36 | 0.24 |
| HSL | 68.7º | 0.36% | 0.63% | - |
| HSV(B) | 68.7º | 0.36% | 0.76% | - |
| XYZ | 42.76 | 50.25 | 26.85 | - |
| YUV | 183.14 | 95.19 | 128.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 194 | 125 | 0.05 | 0 | 0.36 | 0.24 | 68.7 | 0.36 | 0.63 |
| Hex | B8 | C2 | 7D | 5 | 0 | 24 | 18 | 45 | 24 | 3F |
| Octal | 270 | 302 | 175 | 5 | 0 | 44 | 30 | 105 | 44 | 77 |
| Binary | 10111000 | 11000010 | 1111101 | 101 | 0 | 100100 | 11000 | 1000101 | 100100 | 111111 |
Color Harmonies of #B8C27D
Complementary color
Monochromatic Colors of #B8C27D
Black with #B8C27D
Text Example
Text Example
White with #B8C27D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8C27D; }
p { color: rgb(184,194,125); }
H1.HeaderClassName
{
color: #B8C27D;
}
.AnyTagClassName
{
color: #B8C27D;
}
</style>
background-color css
<style>
a { background-color: #B8C27D; }
a { background-color: rgb(184,194,125); }
div.DivClassName
{
background-color: #B8C27D;
}
.BgClassName
{
background-color: #B8C27D;
}
</style>
border-color css
<style>
span { border-color: #B8C27D; }
span { border-color: rgb(184,194,125); }
td.TdClassName
{
border-color: #B8C27D;
}
.TagClassName
{
border-color: #B8C27D;
}
</style>