Shades of Pixie Green #B8CCA1
Tints of Pixie Green #B8CCA1
RGB
CMYK
RGB Variations
Color information
#B8CCA1 (or 0xB8CCA1) is known color: Pixie Green. HEX triplet: B8, CC and A1. RGB value is (184,204,161). Sum of RGB (Red+Green+Blue) = 184+204+161=549 (72% of max value = 765). Red value is 184 (72.27% from 255 or 33.52% from 549); Green value is 204 (80.08% from 255 or 37.16% from 549); Blue value is 161 (63.28% from 255 or 29.33% from 549); Max value from RGB is 204 - color contains mainly: green. Hex color #B8CCA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8CCA1 is #47335E. Grayscale: #C1C1C1. Windows color (decimal): -4666207 or 10603704. OLE color: 10603704.
HSL color Cylindrical-coordinate representation of color #B8CCA1: hue angle of 87.91º degrees, saturation: 0.3, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B8CCA1 is Cyan = 0.10, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 184 | 204 | 161 | - |
| CMYK | 0.10 | 0 | 0.21 | 0.2 |
| HSL | 87.91º | 0.3% | 0.72% | - |
| HSV(B) | 87.91º | 0.21% | 0.8% | - |
| XYZ | 47.79 | 55.95 | 42 | - |
| YUV | 193.12 | 109.87 | 121.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 204 | 161 | 0.10 | 0 | 0.21 | 0.2 | 87.91 | 0.3 | 0.72 |
| Hex | B8 | CC | A1 | A | 0 | 15 | 14 | 58 | 1E | 48 |
| Octal | 270 | 314 | 241 | 12 | 0 | 25 | 24 | 130 | 36 | 110 |
| Binary | 10111000 | 11001100 | 10100001 | 1010 | 0 | 10101 | 10100 | 1011000 | 11110 | 1001000 |
Color Harmonies of #B8CCA1
Complementary color
Monochromatic Colors of #B8CCA1
Black with #B8CCA1
Text Example
Text Example
White with #B8CCA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8CCA1; }
p { color: rgb(184,204,161); }
H1.HeaderClassName
{
color: #B8CCA1;
}
.AnyTagClassName
{
color: #B8CCA1;
}
</style>
background-color css
<style>
a { background-color: #B8CCA1; }
a { background-color: rgb(184,204,161); }
div.DivClassName
{
background-color: #B8CCA1;
}
.BgClassName
{
background-color: #B8CCA1;
}
</style>
border-color css
<style>
span { border-color: #B8CCA1; }
span { border-color: rgb(184,204,161); }
td.TdClassName
{
border-color: #B8CCA1;
}
.TagClassName
{
border-color: #B8CCA1;
}
</style>