Shades of Pine Glade #B7C07D
Tints of Pine Glade #B7C07D
RGB
CMYK
RGB Variations
Color information
#B7C07D (or 0xB7C07D) is known color: Pine Glade. HEX triplet: B7, C0 and 7D. RGB value is (183,192,125). Sum of RGB (Red+Green+Blue) = 183+192+125=500 (66% of max value = 765). Red value is 183 (71.88% from 255 or 36.6% from 500); Green value is 192 (75.39% from 255 or 38.4% from 500); Blue value is 125 (49.22% from 255 or 25% from 500); Max value from RGB is 192 - color contains mainly: green. Hex color #B7C07D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7C07D is #483F82. Grayscale: #B5B5B5. Windows color (decimal): -4734851 or 8241335. OLE color: 8241335.
HSL color Cylindrical-coordinate representation of color #B7C07D: hue angle of 68.06º degrees, saturation: 0.35, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B7C07D is Cyan = 0.05, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 183 | 192 | 125 | - |
| CMYK | 0.05 | 0 | 0.35 | 0.25 |
| HSL | 68.06º | 0.35% | 0.62% | - |
| HSV(B) | 68.06º | 0.35% | 0.75% | - |
| XYZ | 42.08 | 49.25 | 26.69 | - |
| YUV | 181.67 | 96.02 | 128.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 192 | 125 | 0.05 | 0 | 0.35 | 0.25 | 68.06 | 0.35 | 0.62 |
| Hex | B7 | C0 | 7D | 5 | 0 | 23 | 19 | 44 | 23 | 3E |
| Octal | 267 | 300 | 175 | 5 | 0 | 43 | 31 | 104 | 43 | 76 |
| Binary | 10110111 | 11000000 | 1111101 | 101 | 0 | 100011 | 11001 | 1000100 | 100011 | 111110 |
Color Harmonies of #B7C07D
Complementary color
Monochromatic Colors of #B7C07D
Black with #B7C07D
Text Example
Text Example
White with #B7C07D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7C07D; }
p { color: rgb(183,192,125); }
H1.HeaderClassName
{
color: #B7C07D;
}
.AnyTagClassName
{
color: #B7C07D;
}
</style>
background-color css
<style>
a { background-color: #B7C07D; }
a { background-color: rgb(183,192,125); }
div.DivClassName
{
background-color: #B7C07D;
}
.BgClassName
{
background-color: #B7C07D;
}
</style>
border-color css
<style>
span { border-color: #B7C07D; }
span { border-color: rgb(183,192,125); }
td.TdClassName
{
border-color: #B7C07D;
}
.TagClassName
{
border-color: #B7C07D;
}
</style>