Shades of Pixie Green #B5C9A4
Tints of Pixie Green #B5C9A4
RGB
CMYK
RGB Variations
Color information
#B5C9A4 (or 0xB5C9A4) is known color: Pixie Green. HEX triplet: B5, C9 and A4. RGB value is (181,201,164). Sum of RGB (Red+Green+Blue) = 181+201+164=546 (72% of max value = 765). Red value is 181 (71.09% from 255 or 33.15% from 546); Green value is 201 (78.91% from 255 or 36.81% from 546); Blue value is 164 (64.45% from 255 or 30.04% from 546); Max value from RGB is 201 - color contains mainly: green. Hex color #B5C9A4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5C9A4 is #4A365B. Grayscale: #BEBEBE. Windows color (decimal): -4863580 or 10799541. OLE color: 10799541.
HSL color Cylindrical-coordinate representation of color #B5C9A4: hue angle of 92.43º degrees, saturation: 0.26, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B5C9A4 is Cyan = 0.10, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 181 | 201 | 164 | - |
| CMYK | 0.10 | 0 | 0.18 | 0.21 |
| HSL | 92.43º | 0.26% | 0.72% | - |
| HSV(B) | 92.43º | 0.18% | 0.79% | - |
| XYZ | 46.64 | 54.28 | 43.14 | - |
| YUV | 190.8 | 112.87 | 121.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 201 | 164 | 0.10 | 0 | 0.18 | 0.21 | 92.43 | 0.26 | 0.72 |
| Hex | B5 | C9 | A4 | A | 0 | 12 | 15 | 5C | 1A | 48 |
| Octal | 265 | 311 | 244 | 12 | 0 | 22 | 25 | 134 | 32 | 110 |
| Binary | 10110101 | 11001001 | 10100100 | 1010 | 0 | 10010 | 10101 | 1011100 | 11010 | 1001000 |
Color Harmonies of #B5C9A4
Complementary color
Monochromatic Colors of #B5C9A4
Black with #B5C9A4
Text Example
Text Example
White with #B5C9A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5C9A4; }
p { color: rgb(181,201,164); }
H1.HeaderClassName
{
color: #B5C9A4;
}
.AnyTagClassName
{
color: #B5C9A4;
}
</style>
background-color css
<style>
a { background-color: #B5C9A4; }
a { background-color: rgb(181,201,164); }
div.DivClassName
{
background-color: #B5C9A4;
}
.BgClassName
{
background-color: #B5C9A4;
}
</style>
border-color css
<style>
span { border-color: #B5C9A4; }
span { border-color: rgb(181,201,164); }
td.TdClassName
{
border-color: #B5C9A4;
}
.TagClassName
{
border-color: #B5C9A4;
}
</style>