Shades of Pine Glade #B5C171
Tints of Pine Glade #B5C171
RGB
CMYK
RGB Variations
Color information
#B5C171 (or 0xB5C171) is known color: Pine Glade. HEX triplet: B5, C1 and 71. RGB value is (181,193,113). Sum of RGB (Red+Green+Blue) = 181+193+113=487 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.17% from 487); Green value is 193 (75.78% from 255 or 39.63% from 487); Blue value is 113 (44.53% from 255 or 23.20% from 487); Max value from RGB is 193 - color contains mainly: green. Hex color #B5C171 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5C171 is #4A3E8E. Grayscale: #B4B4B4. Windows color (decimal): -4865679 or 7455157. OLE color: 7455157.
HSL color Cylindrical-coordinate representation of color #B5C171: hue angle of 69º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B5C171 is Cyan = 0.06, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 181 | 193 | 113 | - |
| CMYK | 0.06 | 0 | 0.41 | 0.24 |
| HSL | 69º | 0.39% | 0.6% | - |
| HSV(B) | 69º | 0.41% | 0.76% | - |
| XYZ | 41.11 | 49.16 | 22.94 | - |
| YUV | 180.29 | 90.02 | 128.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 193 | 113 | 0.06 | 0 | 0.41 | 0.24 | 69 | 0.39 | 0.6 |
| Hex | B5 | C1 | 71 | 6 | 0 | 29 | 18 | 45 | 27 | 3C |
| Octal | 265 | 301 | 161 | 6 | 0 | 51 | 30 | 105 | 47 | 74 |
| Binary | 10110101 | 11000001 | 1110001 | 110 | 0 | 101001 | 11000 | 1000101 | 100111 | 111100 |
Color Harmonies of #B5C171
Complementary color
Monochromatic Colors of #B5C171
Black with #B5C171
Text Example
Text Example
White with #B5C171
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5C171; }
p { color: rgb(181,193,113); }
H1.HeaderClassName
{
color: #B5C171;
}
.AnyTagClassName
{
color: #B5C171;
}
</style>
background-color css
<style>
a { background-color: #B5C171; }
a { background-color: rgb(181,193,113); }
div.DivClassName
{
background-color: #B5C171;
}
.BgClassName
{
background-color: #B5C171;
}
</style>
border-color css
<style>
span { border-color: #B5C171; }
span { border-color: rgb(181,193,113); }
td.TdClassName
{
border-color: #B5C171;
}
.TagClassName
{
border-color: #B5C171;
}
</style>