Shades of Pine Glade #B5C273
Tints of Pine Glade #B5C273
RGB
CMYK
RGB Variations
Color information
#B5C273 (or 0xB5C273) is known color: Pine Glade. HEX triplet: B5, C2 and 73. RGB value is (181,194,115). Sum of RGB (Red+Green+Blue) = 181+194+115=490 (64% of max value = 765). Red value is 181 (71.09% from 255 or 36.94% from 490); Green value is 194 (76.17% from 255 or 39.59% from 490); Blue value is 115 (45.31% from 255 or 23.47% from 490); Max value from RGB is 194 - color contains mainly: green. Hex color #B5C273 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5C273 is #4A3D8C. Grayscale: #B5B5B5. Windows color (decimal): -4865421 or 7586485. OLE color: 7586485.
HSL color Cylindrical-coordinate representation of color #B5C273: hue angle of 69.87º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B5C273 is Cyan = 0.07, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 181 | 194 | 115 | - |
| CMYK | 0.07 | 0 | 0.41 | 0.24 |
| HSL | 69.87º | 0.39% | 0.61% | - |
| HSV(B) | 69.87º | 0.41% | 0.76% | - |
| XYZ | 41.44 | 49.65 | 23.62 | - |
| YUV | 181.11 | 90.69 | 127.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 194 | 115 | 0.07 | 0 | 0.41 | 0.24 | 69.87 | 0.39 | 0.61 |
| Hex | B5 | C2 | 73 | 7 | 0 | 29 | 18 | 46 | 27 | 3D |
| Octal | 265 | 302 | 163 | 7 | 0 | 51 | 30 | 106 | 47 | 75 |
| Binary | 10110101 | 11000010 | 1110011 | 111 | 0 | 101001 | 11000 | 1000110 | 100111 | 111101 |
Color Harmonies of #B5C273
Complementary color
Monochromatic Colors of #B5C273
Black with #B5C273
Text Example
Text Example
White with #B5C273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5C273; }
p { color: rgb(181,194,115); }
H1.HeaderClassName
{
color: #B5C273;
}
.AnyTagClassName
{
color: #B5C273;
}
</style>
background-color css
<style>
a { background-color: #B5C273; }
a { background-color: rgb(181,194,115); }
div.DivClassName
{
background-color: #B5C273;
}
.BgClassName
{
background-color: #B5C273;
}
</style>
border-color css
<style>
span { border-color: #B5C273; }
span { border-color: rgb(181,194,115); }
td.TdClassName
{
border-color: #B5C273;
}
.TagClassName
{
border-color: #B5C273;
}
</style>