Shades of Pixie Green #B9CFA0
Tints of Pixie Green #B9CFA0
RGB
CMYK
RGB Variations
Color information
#B9CFA0 (or 0xB9CFA0) is known color: Pixie Green. HEX triplet: B9, CF and A0. RGB value is (185,207,160). Sum of RGB (Red+Green+Blue) = 185+207+160=552 (73% of max value = 765). Red value is 185 (72.66% from 255 or 33.51% from 552); Green value is 207 (81.25% from 255 or 37.5% from 552); Blue value is 160 (62.89% from 255 or 28.99% from 552); Max value from RGB is 207 - color contains mainly: green. Hex color #B9CFA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9CFA0 is #46305F. Grayscale: #C3C3C3. Windows color (decimal): -4599904 or 10538937. OLE color: 10538937.
HSL color Cylindrical-coordinate representation of color #B9CFA0: hue angle of 88.09º degrees, saturation: 0.33, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B9CFA0 is Cyan = 0.11, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 185 | 207 | 160 | - |
| CMYK | 0.11 | 0 | 0.23 | 0.19 |
| HSL | 88.09º | 0.33% | 0.72% | - |
| HSV(B) | 88.09º | 0.23% | 0.81% | - |
| XYZ | 48.67 | 57.48 | 41.79 | - |
| YUV | 195.06 | 108.21 | 120.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 207 | 160 | 0.11 | 0 | 0.23 | 0.19 | 88.09 | 0.33 | 0.72 |
| Hex | B9 | CF | A0 | B | 0 | 17 | 13 | 58 | 21 | 48 |
| Octal | 271 | 317 | 240 | 13 | 0 | 27 | 23 | 130 | 41 | 110 |
| Binary | 10111001 | 11001111 | 10100000 | 1011 | 0 | 10111 | 10011 | 1011000 | 100001 | 1001000 |
Color Harmonies of #B9CFA0
Complementary color
Monochromatic Colors of #B9CFA0
Black with #B9CFA0
Text Example
Text Example
White with #B9CFA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9CFA0; }
p { color: rgb(185,207,160); }
H1.HeaderClassName
{
color: #B9CFA0;
}
.AnyTagClassName
{
color: #B9CFA0;
}
</style>
background-color css
<style>
a { background-color: #B9CFA0; }
a { background-color: rgb(185,207,160); }
div.DivClassName
{
background-color: #B9CFA0;
}
.BgClassName
{
background-color: #B9CFA0;
}
</style>
border-color css
<style>
span { border-color: #B9CFA0; }
span { border-color: rgb(185,207,160); }
td.TdClassName
{
border-color: #B9CFA0;
}
.TagClassName
{
border-color: #B9CFA0;
}
</style>