Shades of Pixie Green #B2CBA1
Tints of Pixie Green #B2CBA1
RGB
CMYK
RGB Variations
Color information
#B2CBA1 (or 0xB2CBA1) is known color: Pixie Green. HEX triplet: B2, CB and A1. RGB value is (178,203,161). Sum of RGB (Red+Green+Blue) = 178+203+161=542 (71% of max value = 765). Red value is 178 (69.92% from 255 or 32.84% from 542); Green value is 203 (79.69% from 255 or 37.45% from 542); Blue value is 161 (63.28% from 255 or 29.70% from 542); Max value from RGB is 203 - color contains mainly: green. Hex color #B2CBA1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2CBA1 is #4D345E. Grayscale: #BEBEBE. Windows color (decimal): -5059679 or 10603442. OLE color: 10603442.
HSL color Cylindrical-coordinate representation of color #B2CBA1: hue angle of 95.71º degrees, saturation: 0.29, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B2CBA1 is Cyan = 0.12, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 178 | 203 | 161 | - |
| CMYK | 0.12 | 0 | 0.21 | 0.20 |
| HSL | 95.71º | 0.29% | 0.71% | - |
| HSV(B) | 95.71º | 0.21% | 0.8% | - |
| XYZ | 46.15 | 54.75 | 41.85 | - |
| YUV | 190.74 | 111.22 | 118.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 203 | 161 | 0.12 | 0 | 0.21 | 0.20 | 95.71 | 0.29 | 0.71 |
| Hex | B2 | CB | A1 | C | 0 | 15 | 14 | 60 | 1D | 47 |
| Octal | 262 | 313 | 241 | 14 | 0 | 25 | 24 | 140 | 35 | 107 |
| Binary | 10110010 | 11001011 | 10100001 | 1100 | 0 | 10101 | 10100 | 1100000 | 11101 | 1000111 |
Color Harmonies of #B2CBA1
Complementary color
Monochromatic Colors of #B2CBA1
Black with #B2CBA1
Text Example
Text Example
White with #B2CBA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2CBA1; }
p { color: rgb(178,203,161); }
H1.HeaderClassName
{
color: #B2CBA1;
}
.AnyTagClassName
{
color: #B2CBA1;
}
</style>
background-color css
<style>
a { background-color: #B2CBA1; }
a { background-color: rgb(178,203,161); }
div.DivClassName
{
background-color: #B2CBA1;
}
.BgClassName
{
background-color: #B2CBA1;
}
</style>
border-color css
<style>
span { border-color: #B2CBA1; }
span { border-color: rgb(178,203,161); }
td.TdClassName
{
border-color: #B2CBA1;
}
.TagClassName
{
border-color: #B2CBA1;
}
</style>