Shades of Pine Glade #B5C270
Tints of Pine Glade #B5C270
RGB
CMYK
RGB Variations
Color information
#B5C270 (or 0xB5C270) is known color: Pine Glade. HEX triplet: B5, C2 and 70. RGB value is (181,194,112). Sum of RGB (Red+Green+Blue) = 181+194+112=487 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.17% from 487); Green value is 194 (76.17% from 255 or 39.84% from 487); Blue value is 112 (44.14% from 255 or 23.00% from 487); Max value from RGB is 194 - color contains mainly: green. Hex color #B5C270 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5C270 is #4A3D8F. Grayscale: #B5B5B5. Windows color (decimal): -4865424 or 7389877. OLE color: 7389877.
HSL color Cylindrical-coordinate representation of color #B5C270: hue angle of 69.51º 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 #B5C270 is Cyan = 0.07, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 181 | 194 | 112 | - |
| CMYK | 0.07 | 0 | 0.42 | 0.24 |
| HSL | 69.51º | 0.4% | 0.6% | - |
| HSV(B) | 69.51º | 0.42% | 0.76% | - |
| XYZ | 41.27 | 49.58 | 22.72 | - |
| YUV | 180.77 | 89.19 | 128.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 194 | 112 | 0.07 | 0 | 0.42 | 0.24 | 69.51 | 0.4 | 0.6 |
| Hex | B5 | C2 | 70 | 7 | 0 | 2A | 18 | 46 | 28 | 3C |
| Octal | 265 | 302 | 160 | 7 | 0 | 52 | 30 | 106 | 50 | 74 |
| Binary | 10110101 | 11000010 | 1110000 | 111 | 0 | 101010 | 11000 | 1000110 | 101000 | 111100 |
Color Harmonies of #B5C270
Complementary color
Monochromatic Colors of #B5C270
Black with #B5C270
Text Example
Text Example
White with #B5C270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5C270; }
p { color: rgb(181,194,112); }
H1.HeaderClassName
{
color: #B5C270;
}
.AnyTagClassName
{
color: #B5C270;
}
</style>
background-color css
<style>
a { background-color: #B5C270; }
a { background-color: rgb(181,194,112); }
div.DivClassName
{
background-color: #B5C270;
}
.BgClassName
{
background-color: #B5C270;
}
</style>
border-color css
<style>
span { border-color: #B5C270; }
span { border-color: rgb(181,194,112); }
td.TdClassName
{
border-color: #B5C270;
}
.TagClassName
{
border-color: #B5C270;
}
</style>