Shades of Pixie Green #B5D69C
Tints of Pixie Green #B5D69C
RGB
CMYK
RGB Variations
Color information
#B5D69C (or 0xB5D69C) is known color: Pixie Green. HEX triplet: B5, D6 and 9C. RGB value is (181,214,156). Sum of RGB (Red+Green+Blue) = 181+214+156=551 (72% of max value = 765). Red value is 181 (71.09% from 255 or 32.85% from 551); Green value is 214 (83.98% from 255 or 38.84% from 551); Blue value is 156 (61.33% from 255 or 28.31% from 551); Max value from RGB is 214 - color contains mainly: green. Hex color #B5D69C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5D69C is #4A2963. Grayscale: #C5C5C5. Windows color (decimal): -4860260 or 10278581. OLE color: 10278581.
HSL color Cylindrical-coordinate representation of color #B5D69C: hue angle of 94.14º degrees, saturation: 0.41, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B5D69C is Cyan = 0.15, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 181 | 214 | 156 | - |
| CMYK | 0.15 | 0 | 0.27 | 0.16 |
| HSL | 94.14º | 0.41% | 0.73% | - |
| HSV(B) | 94.14º | 0.27% | 0.84% | - |
| XYZ | 49.1 | 60.32 | 40.51 | - |
| YUV | 197.52 | 104.57 | 116.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 214 | 156 | 0.15 | 0 | 0.27 | 0.16 | 94.14 | 0.41 | 0.73 |
| Hex | B5 | D6 | 9C | F | 0 | 1B | 10 | 5E | 29 | 49 |
| Octal | 265 | 326 | 234 | 17 | 0 | 33 | 20 | 136 | 51 | 111 |
| Binary | 10110101 | 11010110 | 10011100 | 1111 | 0 | 11011 | 10000 | 1011110 | 101001 | 1001001 |
Color Harmonies of #B5D69C
Complementary color
Monochromatic Colors of #B5D69C
Black with #B5D69C
Text Example
Text Example
White with #B5D69C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5D69C; }
p { color: rgb(181,214,156); }
H1.HeaderClassName
{
color: #B5D69C;
}
.AnyTagClassName
{
color: #B5D69C;
}
</style>
background-color css
<style>
a { background-color: #B5D69C; }
a { background-color: rgb(181,214,156); }
div.DivClassName
{
background-color: #B5D69C;
}
.BgClassName
{
background-color: #B5D69C;
}
</style>
border-color css
<style>
span { border-color: #B5D69C; }
span { border-color: rgb(181,214,156); }
td.TdClassName
{
border-color: #B5D69C;
}
.TagClassName
{
border-color: #B5D69C;
}
</style>