Shades of Pixie Green #B5D59C
Tints of Pixie Green #B5D59C
RGB
CMYK
RGB Variations
Color information
#B5D59C (or 0xB5D59C) is known color: Pixie Green. HEX triplet: B5, D5 and 9C. RGB value is (181,213,156). Sum of RGB (Red+Green+Blue) = 181+213+156=550 (72% of max value = 765). Red value is 181 (71.09% from 255 or 32.91% from 550); Green value is 213 (83.59% from 255 or 38.73% from 550); Blue value is 156 (61.33% from 255 or 28.36% from 550); Max value from RGB is 213 - color contains mainly: green. Hex color #B5D59C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5D59C is #4A2A63. Grayscale: #C5C5C5. Windows color (decimal): -4860516 or 10278325. OLE color: 10278325.
HSL color Cylindrical-coordinate representation of color #B5D59C: hue angle of 93.68º degrees, saturation: 0.4, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B5D59C is Cyan = 0.15, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 181 | 213 | 156 | - |
| CMYK | 0.15 | 0 | 0.27 | 0.16 |
| HSL | 93.68º | 0.4% | 0.72% | - |
| HSV(B) | 93.68º | 0.27% | 0.84% | - |
| XYZ | 48.85 | 59.81 | 40.42 | - |
| YUV | 196.93 | 104.9 | 116.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 213 | 156 | 0.15 | 0 | 0.27 | 0.16 | 93.68 | 0.4 | 0.72 |
| Hex | B5 | D5 | 9C | F | 0 | 1B | 10 | 5E | 28 | 48 |
| Octal | 265 | 325 | 234 | 17 | 0 | 33 | 20 | 136 | 50 | 110 |
| Binary | 10110101 | 11010101 | 10011100 | 1111 | 0 | 11011 | 10000 | 1011110 | 101000 | 1001000 |
Color Harmonies of #B5D59C
Complementary color
Monochromatic Colors of #B5D59C
Black with #B5D59C
Text Example
Text Example
White with #B5D59C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5D59C; }
p { color: rgb(181,213,156); }
H1.HeaderClassName
{
color: #B5D59C;
}
.AnyTagClassName
{
color: #B5D59C;
}
</style>
background-color css
<style>
a { background-color: #B5D59C; }
a { background-color: rgb(181,213,156); }
div.DivClassName
{
background-color: #B5D59C;
}
.BgClassName
{
background-color: #B5D59C;
}
</style>
border-color css
<style>
span { border-color: #B5D59C; }
span { border-color: rgb(181,213,156); }
td.TdClassName
{
border-color: #B5D59C;
}
.TagClassName
{
border-color: #B5D59C;
}
</style>