Shades of Pine Glade #B8C27B
Tints of Pine Glade #B8C27B
RGB
CMYK
RGB Variations
Color information
#B8C27B (or 0xB8C27B) is known color: Pine Glade. HEX triplet: B8, C2 and 7B. RGB value is (184,194,123). Sum of RGB (Red+Green+Blue) = 184+194+123=501 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.73% from 501); Green value is 194 (76.17% from 255 or 38.72% from 501); Blue value is 123 (48.44% from 255 or 24.55% from 501); Max value from RGB is 194 - color contains mainly: green. Hex color #B8C27B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8C27B is #473D84. Grayscale: #B7B7B7. Windows color (decimal): -4668805 or 8110776. OLE color: 8110776.
HSL color Cylindrical-coordinate representation of color #B8C27B: hue angle of 68.45º 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 #B8C27B is Cyan = 0.05, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 184 | 194 | 123 | - |
| CMYK | 0.05 | 0 | 0.37 | 0.24 |
| HSL | 68.45º | 0.37% | 0.62% | - |
| HSV(B) | 68.45º | 0.37% | 0.76% | - |
| XYZ | 42.63 | 50.2 | 26.18 | - |
| YUV | 182.92 | 94.19 | 128.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 194 | 123 | 0.05 | 0 | 0.37 | 0.24 | 68.45 | 0.37 | 0.62 |
| Hex | B8 | C2 | 7B | 5 | 0 | 25 | 18 | 44 | 25 | 3E |
| Octal | 270 | 302 | 173 | 5 | 0 | 45 | 30 | 104 | 45 | 76 |
| Binary | 10111000 | 11000010 | 1111011 | 101 | 0 | 100101 | 11000 | 1000100 | 100101 | 111110 |
Color Harmonies of #B8C27B
Complementary color
Monochromatic Colors of #B8C27B
Black with #B8C27B
Text Example
Text Example
White with #B8C27B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8C27B; }
p { color: rgb(184,194,123); }
H1.HeaderClassName
{
color: #B8C27B;
}
.AnyTagClassName
{
color: #B8C27B;
}
</style>
background-color css
<style>
a { background-color: #B8C27B; }
a { background-color: rgb(184,194,123); }
div.DivClassName
{
background-color: #B8C27B;
}
.BgClassName
{
background-color: #B8C27B;
}
</style>
border-color css
<style>
span { border-color: #B8C27B; }
span { border-color: rgb(184,194,123); }
td.TdClassName
{
border-color: #B8C27B;
}
.TagClassName
{
border-color: #B8C27B;
}
</style>