Shades of Pine Glade #B5C175
Tints of Pine Glade #B5C175
RGB
CMYK
RGB Variations
Color information
#B5C175 (or 0xB5C175) is known color: Pine Glade. HEX triplet: B5, C1 and 75. RGB value is (181,193,117). Sum of RGB (Red+Green+Blue) = 181+193+117=491 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.86% from 491); Green value is 193 (75.78% from 255 or 39.31% from 491); Blue value is 117 (46.09% from 255 or 23.83% from 491); Max value from RGB is 193 - color contains mainly: green. Hex color #B5C175 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5C175 is #4A3E8A. Grayscale: #B5B5B5. Windows color (decimal): -4865675 or 7717301. OLE color: 7717301.
HSL color Cylindrical-coordinate representation of color #B5C175: hue angle of 69.47º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B5C175 is Cyan = 0.06, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 181 | 193 | 117 | - |
| CMYK | 0.06 | 0 | 0.39 | 0.24 |
| HSL | 69.47º | 0.38% | 0.61% | - |
| HSV(B) | 69.47º | 0.39% | 0.76% | - |
| XYZ | 41.34 | 49.25 | 24.16 | - |
| YUV | 180.75 | 92.02 | 128.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 193 | 117 | 0.06 | 0 | 0.39 | 0.24 | 69.47 | 0.38 | 0.61 |
| Hex | B5 | C1 | 75 | 6 | 0 | 27 | 18 | 45 | 26 | 3D |
| Octal | 265 | 301 | 165 | 6 | 0 | 47 | 30 | 105 | 46 | 75 |
| Binary | 10110101 | 11000001 | 1110101 | 110 | 0 | 100111 | 11000 | 1000101 | 100110 | 111101 |
Color Harmonies of #B5C175
Complementary color
Monochromatic Colors of #B5C175
Black with #B5C175
Text Example
Text Example
White with #B5C175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5C175; }
p { color: rgb(181,193,117); }
H1.HeaderClassName
{
color: #B5C175;
}
.AnyTagClassName
{
color: #B5C175;
}
</style>
background-color css
<style>
a { background-color: #B5C175; }
a { background-color: rgb(181,193,117); }
div.DivClassName
{
background-color: #B5C175;
}
.BgClassName
{
background-color: #B5C175;
}
</style>
border-color css
<style>
span { border-color: #B5C175; }
span { border-color: rgb(181,193,117); }
td.TdClassName
{
border-color: #B5C175;
}
.TagClassName
{
border-color: #B5C175;
}
</style>