Shades of Pine Glade #B5C372
Tints of Pine Glade #B5C372
RGB
CMYK
RGB Variations
Color information
#B5C372 (or 0xB5C372) is known color: Pine Glade. HEX triplet: B5, C3 and 72. RGB value is (181,195,114). Sum of RGB (Red+Green+Blue) = 181+195+114=490 (64% of max value = 765). Red value is 181 (71.09% from 255 or 36.94% from 490); Green value is 195 (76.56% from 255 or 39.80% from 490); Blue value is 114 (44.92% from 255 or 23.27% from 490); Max value from RGB is 195 - color contains mainly: green. Hex color #B5C372 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5C372 is #4A3C8D. Grayscale: #B5B5B5. Windows color (decimal): -4865166 or 7521205. OLE color: 7521205.
HSL color Cylindrical-coordinate representation of color #B5C372: hue angle of 70.37º degrees, saturation: 0.4, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B5C372 is Cyan = 0.07, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 181 | 195 | 114 | - |
| CMYK | 0.07 | 0 | 0.42 | 0.24 |
| HSL | 70.37º | 0.4% | 0.61% | - |
| HSV(B) | 70.37º | 0.42% | 0.76% | - |
| XYZ | 41.61 | 50.07 | 23.39 | - |
| YUV | 181.58 | 89.86 | 127.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 195 | 114 | 0.07 | 0 | 0.42 | 0.24 | 70.37 | 0.4 | 0.61 |
| Hex | B5 | C3 | 72 | 7 | 0 | 2A | 18 | 46 | 28 | 3D |
| Octal | 265 | 303 | 162 | 7 | 0 | 52 | 30 | 106 | 50 | 75 |
| Binary | 10110101 | 11000011 | 1110010 | 111 | 0 | 101010 | 11000 | 1000110 | 101000 | 111101 |
Color Harmonies of #B5C372
Complementary color
Monochromatic Colors of #B5C372
Black with #B5C372
Text Example
Text Example
White with #B5C372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5C372; }
p { color: rgb(181,195,114); }
H1.HeaderClassName
{
color: #B5C372;
}
.AnyTagClassName
{
color: #B5C372;
}
</style>
background-color css
<style>
a { background-color: #B5C372; }
a { background-color: rgb(181,195,114); }
div.DivClassName
{
background-color: #B5C372;
}
.BgClassName
{
background-color: #B5C372;
}
</style>
border-color css
<style>
span { border-color: #B5C372; }
span { border-color: rgb(181,195,114); }
td.TdClassName
{
border-color: #B5C372;
}
.TagClassName
{
border-color: #B5C372;
}
</style>