Shades of Pixie Green #B9CFA1
Tints of Pixie Green #B9CFA1
RGB
CMYK
RGB Variations
Color information
#B9CFA1 (or 0xB9CFA1) is known color: Pixie Green. HEX triplet: B9, CF and A1. RGB value is (185,207,161). Sum of RGB (Red+Green+Blue) = 185+207+161=553 (73% of max value = 765). Red value is 185 (72.66% from 255 or 33.45% from 553); Green value is 207 (81.25% from 255 or 37.43% from 553); Blue value is 161 (63.28% from 255 or 29.11% from 553); Max value from RGB is 207 - color contains mainly: green. Hex color #B9CFA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9CFA1 is #46305E. Grayscale: #C3C3C3. Windows color (decimal): -4599903 or 10604473. OLE color: 10604473.
HSL color Cylindrical-coordinate representation of color #B9CFA1: hue angle of 88.7º degrees, saturation: 0.32, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B9CFA1 is Cyan = 0.11, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 185 | 207 | 161 | - |
| CMYK | 0.11 | 0 | 0.22 | 0.19 |
| HSL | 88.7º | 0.32% | 0.72% | - |
| HSV(B) | 88.7º | 0.22% | 0.81% | - |
| XYZ | 48.75 | 57.51 | 42.25 | - |
| YUV | 195.18 | 108.71 | 120.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 207 | 161 | 0.11 | 0 | 0.22 | 0.19 | 88.7 | 0.32 | 0.72 |
| Hex | B9 | CF | A1 | B | 0 | 16 | 13 | 59 | 20 | 48 |
| Octal | 271 | 317 | 241 | 13 | 0 | 26 | 23 | 131 | 40 | 110 |
| Binary | 10111001 | 11001111 | 10100001 | 1011 | 0 | 10110 | 10011 | 1011001 | 100000 | 1001000 |
Color Harmonies of #B9CFA1
Complementary color
Monochromatic Colors of #B9CFA1
Black with #B9CFA1
Text Example
Text Example
White with #B9CFA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9CFA1; }
p { color: rgb(185,207,161); }
H1.HeaderClassName
{
color: #B9CFA1;
}
.AnyTagClassName
{
color: #B9CFA1;
}
</style>
background-color css
<style>
a { background-color: #B9CFA1; }
a { background-color: rgb(185,207,161); }
div.DivClassName
{
background-color: #B9CFA1;
}
.BgClassName
{
background-color: #B9CFA1;
}
</style>
border-color css
<style>
span { border-color: #B9CFA1; }
span { border-color: rgb(185,207,161); }
td.TdClassName
{
border-color: #B9CFA1;
}
.TagClassName
{
border-color: #B9CFA1;
}
</style>