Shades of Pine Glade #B5C271
Tints of Pine Glade #B5C271
RGB
CMYK
RGB Variations
Color information
#B5C271 (or 0xB5C271) is known color: Pine Glade. HEX triplet: B5, C2 and 71. RGB value is (181,194,113). Sum of RGB (Red+Green+Blue) = 181+194+113=488 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.09% from 488); Green value is 194 (76.17% from 255 or 39.75% from 488); Blue value is 113 (44.53% from 255 or 23.16% from 488); Max value from RGB is 194 - color contains mainly: green. Hex color #B5C271 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5C271 is #4A3D8E. Grayscale: #B5B5B5. Windows color (decimal): -4865423 or 7455413. OLE color: 7455413.
HSL color Cylindrical-coordinate representation of color #B5C271: hue angle of 69.63º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B5C271 is Cyan = 0.07, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 181 | 194 | 113 | - |
| CMYK | 0.07 | 0 | 0.42 | 0.24 |
| HSL | 69.63º | 0.4% | 0.6% | - |
| HSV(B) | 69.63º | 0.42% | 0.76% | - |
| XYZ | 41.33 | 49.6 | 23.02 | - |
| YUV | 180.88 | 89.69 | 128.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 194 | 113 | 0.07 | 0 | 0.42 | 0.24 | 69.63 | 0.4 | 0.6 |
| Hex | B5 | C2 | 71 | 7 | 0 | 2A | 18 | 46 | 28 | 3C |
| Octal | 265 | 302 | 161 | 7 | 0 | 52 | 30 | 106 | 50 | 74 |
| Binary | 10110101 | 11000010 | 1110001 | 111 | 0 | 101010 | 11000 | 1000110 | 101000 | 111100 |
Color Harmonies of #B5C271
Complementary color
Monochromatic Colors of #B5C271
Black with #B5C271
Text Example
Text Example
White with #B5C271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5C271; }
p { color: rgb(181,194,113); }
H1.HeaderClassName
{
color: #B5C271;
}
.AnyTagClassName
{
color: #B5C271;
}
</style>
background-color css
<style>
a { background-color: #B5C271; }
a { background-color: rgb(181,194,113); }
div.DivClassName
{
background-color: #B5C271;
}
.BgClassName
{
background-color: #B5C271;
}
</style>
border-color css
<style>
span { border-color: #B5C271; }
span { border-color: rgb(181,194,113); }
td.TdClassName
{
border-color: #B5C271;
}
.TagClassName
{
border-color: #B5C271;
}
</style>