Shades of Pine Glade #B5C07B
Tints of Pine Glade #B5C07B
RGB
CMYK
RGB Variations
Color information
#B5C07B (or 0xB5C07B) is known color: Pine Glade. HEX triplet: B5, C0 and 7B. RGB value is (181,192,123). Sum of RGB (Red+Green+Blue) = 181+192+123=496 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.49% from 496); Green value is 192 (75.39% from 255 or 38.71% from 496); Blue value is 123 (48.44% from 255 or 24.80% from 496); Max value from RGB is 192 - color contains mainly: green. Hex color #B5C07B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5C07B is #4A3F84. Grayscale: #B5B5B5. Windows color (decimal): -4865925 or 8110261. OLE color: 8110261.
HSL color Cylindrical-coordinate representation of color #B5C07B: hue angle of 69.57º degrees, saturation: 0.35, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B5C07B is Cyan = 0.06, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 181 | 192 | 123 | - |
| CMYK | 0.06 | 0 | 0.36 | 0.25 |
| HSL | 69.57º | 0.35% | 0.62% | - |
| HSV(B) | 69.57º | 0.36% | 0.75% | - |
| XYZ | 41.48 | 48.95 | 26 | - |
| YUV | 180.85 | 95.36 | 128.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 192 | 123 | 0.06 | 0 | 0.36 | 0.25 | 69.57 | 0.35 | 0.62 |
| Hex | B5 | C0 | 7B | 6 | 0 | 24 | 19 | 46 | 23 | 3E |
| Octal | 265 | 300 | 173 | 6 | 0 | 44 | 31 | 106 | 43 | 76 |
| Binary | 10110101 | 11000000 | 1111011 | 110 | 0 | 100100 | 11001 | 1000110 | 100011 | 111110 |
Color Harmonies of #B5C07B
Complementary color
Monochromatic Colors of #B5C07B
Black with #B5C07B
Text Example
Text Example
White with #B5C07B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5C07B; }
p { color: rgb(181,192,123); }
H1.HeaderClassName
{
color: #B5C07B;
}
.AnyTagClassName
{
color: #B5C07B;
}
</style>
background-color css
<style>
a { background-color: #B5C07B; }
a { background-color: rgb(181,192,123); }
div.DivClassName
{
background-color: #B5C07B;
}
.BgClassName
{
background-color: #B5C07B;
}
</style>
border-color css
<style>
span { border-color: #B5C07B; }
span { border-color: rgb(181,192,123); }
td.TdClassName
{
border-color: #B5C07B;
}
.TagClassName
{
border-color: #B5C07B;
}
</style>