Shades of Pixie Green #B8CAA3
Tints of Pixie Green #B8CAA3
RGB
CMYK
RGB Variations
Color information
#B8CAA3 (or 0xB8CAA3) is known color: Pixie Green. HEX triplet: B8, CA and A3. RGB value is (184,202,163). Sum of RGB (Red+Green+Blue) = 184+202+163=549 (72% of max value = 765). Red value is 184 (72.27% from 255 or 33.52% from 549); Green value is 202 (79.30% from 255 or 36.79% from 549); Blue value is 163 (64.06% from 255 or 29.69% from 549); Max value from RGB is 202 - color contains mainly: green. Hex color #B8CAA3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8CAA3 is #47355C. Grayscale: #C0C0C0. Windows color (decimal): -4666717 or 10734264. OLE color: 10734264.
HSL color Cylindrical-coordinate representation of color #B8CAA3: hue angle of 87.69º degrees, saturation: 0.27, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B8CAA3 is Cyan = 0.09, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.21.
Color convert
RGB | 184 | 202 | 163 | - |
CMYK | 0.09 | 0 | 0.19 | 0.21 |
HSL | 87.69º | 0.27% | 0.72% | - |
HSV(B) | 87.69º | 0.19% | 0.79% | - |
XYZ | 47.5 | 55.08 | 42.78 | - |
YUV | 192.17 | 111.54 | 122.17 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 184 | 202 | 163 | 0.09 | 0 | 0.19 | 0.21 | 87.69 | 0.27 | 0.72 |
Hex | B8 | CA | A3 | 9 | 0 | 13 | 15 | 58 | 1B | 48 |
Octal | 270 | 312 | 243 | 11 | 0 | 23 | 25 | 130 | 33 | 110 |
Binary | 10111000 | 11001010 | 10100011 | 1001 | 0 | 10011 | 10101 | 1011000 | 11011 | 1001000 |
Color Harmonies of #B8CAA3
Complementary color
Monochromatic Colors of #B8CAA3
Black with #B8CAA3
Text Example
Text Example
White with #B8CAA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8CAA3; }
p { color: rgb(184,202,163); }
H1.HeaderClassName
{
color: #B8CAA3;
}
.AnyTagClassName
{
color: #B8CAA3;
}
</style>
background-color css
<style>
a { background-color: #B8CAA3; }
a { background-color: rgb(184,202,163); }
div.DivClassName
{
background-color: #B8CAA3;
}
.BgClassName
{
background-color: #B8CAA3;
}
</style>
border-color css
<style>
span { border-color: #B8CAA3; }
span { border-color: rgb(184,202,163); }
td.TdClassName
{
border-color: #B8CAA3;
}
.TagClassName
{
border-color: #B8CAA3;
}
</style>