Shades of Pine Glade #B8C37B
Tints of Pine Glade #B8C37B
RGB
CMYK
RGB Variations
Color information
#B8C37B (or 0xB8C37B) is known color: Pine Glade. HEX triplet: B8, C3 and 7B. RGB value is (184,195,123). Sum of RGB (Red+Green+Blue) = 184+195+123=502 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.65% from 502); Green value is 195 (76.56% from 255 or 38.84% from 502); Blue value is 123 (48.44% from 255 or 24.50% from 502); Max value from RGB is 195 - color contains mainly: green. Hex color #B8C37B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8C37B is #473C84. Grayscale: #B7B7B7. Windows color (decimal): -4668549 or 8111032. OLE color: 8111032.
HSL color Cylindrical-coordinate representation of color #B8C37B: hue angle of 69.17º degrees, saturation: 0.38, 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 #B8C37B is Cyan = 0.06, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 184 | 195 | 123 | - |
| CMYK | 0.06 | 0 | 0.37 | 0.24 |
| HSL | 69.17º | 0.38% | 0.62% | - |
| HSV(B) | 69.17º | 0.37% | 0.76% | - |
| XYZ | 42.86 | 50.65 | 26.26 | - |
| YUV | 183.5 | 93.86 | 128.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 195 | 123 | 0.06 | 0 | 0.37 | 0.24 | 69.17 | 0.38 | 0.62 |
| Hex | B8 | C3 | 7B | 6 | 0 | 25 | 18 | 45 | 26 | 3E |
| Octal | 270 | 303 | 173 | 6 | 0 | 45 | 30 | 105 | 46 | 76 |
| Binary | 10111000 | 11000011 | 1111011 | 110 | 0 | 100101 | 11000 | 1000101 | 100110 | 111110 |
Color Harmonies of #B8C37B
Complementary color
Monochromatic Colors of #B8C37B
Black with #B8C37B
Text Example
Text Example
White with #B8C37B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8C37B; }
p { color: rgb(184,195,123); }
H1.HeaderClassName
{
color: #B8C37B;
}
.AnyTagClassName
{
color: #B8C37B;
}
</style>
background-color css
<style>
a { background-color: #B8C37B; }
a { background-color: rgb(184,195,123); }
div.DivClassName
{
background-color: #B8C37B;
}
.BgClassName
{
background-color: #B8C37B;
}
</style>
border-color css
<style>
span { border-color: #B8C37B; }
span { border-color: rgb(184,195,123); }
td.TdClassName
{
border-color: #B8C37B;
}
.TagClassName
{
border-color: #B8C37B;
}
</style>