Shades of Pixie Green #B5CAA5
Tints of Pixie Green #B5CAA5
RGB
CMYK
RGB Variations
Color information
#B5CAA5 (or 0xB5CAA5) is known color: Pixie Green. HEX triplet: B5, CA and A5. RGB value is (181,202,165). Sum of RGB (Red+Green+Blue) = 181+202+165=548 (72% of max value = 765). Red value is 181 (71.09% from 255 or 33.03% from 548); Green value is 202 (79.30% from 255 or 36.86% from 548); Blue value is 165 (64.84% from 255 or 30.11% from 548); Max value from RGB is 202 - color contains mainly: green. Hex color #B5CAA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5CAA5 is #4A355A. Grayscale: #BFBFBF. Windows color (decimal): -4863323 or 10865333. OLE color: 10865333.
HSL color Cylindrical-coordinate representation of color #B5CAA5: hue angle of 94.05º 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 #B5CAA5 is Cyan = 0.10, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.21.
Color convert
RGB | 181 | 202 | 165 | - |
CMYK | 0.10 | 0 | 0.18 | 0.21 |
HSL | 94.05º | 0.26% | 0.72% | - |
HSV(B) | 94.05º | 0.18% | 0.79% | - |
XYZ | 46.97 | 54.78 | 43.7 | - |
YUV | 191.5 | 113.04 | 120.51 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 202 | 165 | 0.10 | 0 | 0.18 | 0.21 | 94.05 | 0.26 | 0.72 |
Hex | B5 | CA | A5 | A | 0 | 12 | 15 | 5E | 1A | 48 |
Octal | 265 | 312 | 245 | 12 | 0 | 22 | 25 | 136 | 32 | 110 |
Binary | 10110101 | 11001010 | 10100101 | 1010 | 0 | 10010 | 10101 | 1011110 | 11010 | 1001000 |
Color Harmonies of #B5CAA5
Complementary color
Monochromatic Colors of #B5CAA5
Black with #B5CAA5
Text Example
Text Example
White with #B5CAA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5CAA5; }
p { color: rgb(181,202,165); }
H1.HeaderClassName
{
color: #B5CAA5;
}
.AnyTagClassName
{
color: #B5CAA5;
}
</style>
background-color css
<style>
a { background-color: #B5CAA5; }
a { background-color: rgb(181,202,165); }
div.DivClassName
{
background-color: #B5CAA5;
}
.BgClassName
{
background-color: #B5CAA5;
}
</style>
border-color css
<style>
span { border-color: #B5CAA5; }
span { border-color: rgb(181,202,165); }
td.TdClassName
{
border-color: #B5CAA5;
}
.TagClassName
{
border-color: #B5CAA5;
}
</style>