Shades of Pixie Green #B9CFA5
Tints of Pixie Green #B9CFA5
RGB
CMYK
RGB Variations
Color information
#B9CFA5 (or 0xB9CFA5) is known color: Pixie Green. HEX triplet: B9, CF and A5. RGB value is (185,207,165). Sum of RGB (Red+Green+Blue) = 185+207+165=557 (73% of max value = 765). Red value is 185 (72.66% from 255 or 33.21% from 557); Green value is 207 (81.25% from 255 or 37.16% from 557); Blue value is 165 (64.84% from 255 or 29.62% from 557); Max value from RGB is 207 - color contains mainly: green. Hex color #B9CFA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9CFA5 is #46305A. Grayscale: #C3C3C3. Windows color (decimal): -4599899 or 10866617. OLE color: 10866617.
HSL color Cylindrical-coordinate representation of color #B9CFA5: hue angle of 91.43º degrees, saturation: 0.3, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B9CFA5 is Cyan = 0.11, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 185 | 207 | 165 | - |
| CMYK | 0.11 | 0 | 0.20 | 0.19 |
| HSL | 91.43º | 0.3% | 0.73% | - |
| HSV(B) | 91.43º | 0.2% | 0.81% | - |
| XYZ | 49.11 | 57.66 | 44.14 | - |
| YUV | 195.63 | 110.71 | 120.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 207 | 165 | 0.11 | 0 | 0.20 | 0.19 | 91.43 | 0.3 | 0.73 |
| Hex | B9 | CF | A5 | B | 0 | 14 | 13 | 5B | 1E | 49 |
| Octal | 271 | 317 | 245 | 13 | 0 | 24 | 23 | 133 | 36 | 111 |
| Binary | 10111001 | 11001111 | 10100101 | 1011 | 0 | 10100 | 10011 | 1011011 | 11110 | 1001001 |
Color Harmonies of #B9CFA5
Complementary color
Monochromatic Colors of #B9CFA5
Black with #B9CFA5
Text Example
Text Example
White with #B9CFA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9CFA5; }
p { color: rgb(185,207,165); }
H1.HeaderClassName
{
color: #B9CFA5;
}
.AnyTagClassName
{
color: #B9CFA5;
}
</style>
background-color css
<style>
a { background-color: #B9CFA5; }
a { background-color: rgb(185,207,165); }
div.DivClassName
{
background-color: #B9CFA5;
}
.BgClassName
{
background-color: #B9CFA5;
}
</style>
border-color css
<style>
span { border-color: #B9CFA5; }
span { border-color: rgb(185,207,165); }
td.TdClassName
{
border-color: #B9CFA5;
}
.TagClassName
{
border-color: #B9CFA5;
}
</style>