Shades of Pine Glade #B7C37B
Tints of Pine Glade #B7C37B
RGB
CMYK
RGB Variations
Color information
#B7C37B (or 0xB7C37B) is known color: Pine Glade. HEX triplet: B7, C3 and 7B. RGB value is (183,195,123). Sum of RGB (Red+Green+Blue) = 183+195+123=501 (66% of max value = 765). Red value is 183 (71.88% from 255 or 36.53% from 501); Green value is 195 (76.56% from 255 or 38.92% from 501); Blue value is 123 (48.44% from 255 or 24.55% from 501); Max value from RGB is 195 - color contains mainly: green. Hex color #B7C37B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7C37B is #483C84. Grayscale: #B7B7B7. Windows color (decimal): -4734085 or 8111031. OLE color: 8111031.
HSL color Cylindrical-coordinate representation of color #B7C37B: hue angle of 70º 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 #B7C37B is Cyan = 0.06, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 183 | 195 | 123 | - |
| CMYK | 0.06 | 0 | 0.37 | 0.24 |
| HSL | 70º | 0.38% | 0.62% | - |
| HSV(B) | 70º | 0.37% | 0.76% | - |
| XYZ | 42.62 | 50.53 | 26.25 | - |
| YUV | 183.2 | 94.02 | 127.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 195 | 123 | 0.06 | 0 | 0.37 | 0.24 | 70 | 0.38 | 0.62 |
| Hex | B7 | C3 | 7B | 6 | 0 | 25 | 18 | 46 | 26 | 3E |
| Octal | 267 | 303 | 173 | 6 | 0 | 45 | 30 | 106 | 46 | 76 |
| Binary | 10110111 | 11000011 | 1111011 | 110 | 0 | 100101 | 11000 | 1000110 | 100110 | 111110 |
Color Harmonies of #B7C37B
Complementary color
Monochromatic Colors of #B7C37B
Black with #B7C37B
Text Example
Text Example
White with #B7C37B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7C37B; }
p { color: rgb(183,195,123); }
H1.HeaderClassName
{
color: #B7C37B;
}
.AnyTagClassName
{
color: #B7C37B;
}
</style>
background-color css
<style>
a { background-color: #B7C37B; }
a { background-color: rgb(183,195,123); }
div.DivClassName
{
background-color: #B7C37B;
}
.BgClassName
{
background-color: #B7C37B;
}
</style>
border-color css
<style>
span { border-color: #B7C37B; }
span { border-color: rgb(183,195,123); }
td.TdClassName
{
border-color: #B7C37B;
}
.TagClassName
{
border-color: #B7C37B;
}
</style>