Shades of Pixie Green #B2CE9D
Tints of Pixie Green #B2CE9D
RGB
CMYK
RGB Variations
Color information
#B2CE9D (or 0xB2CE9D) is known color: Pixie Green. HEX triplet: B2, CE and 9D. RGB value is (178,206,157). Sum of RGB (Red+Green+Blue) = 178+206+157=541 (71% of max value = 765). Red value is 178 (69.92% from 255 or 32.90% from 541); Green value is 206 (80.86% from 255 or 38.08% from 541); Blue value is 157 (61.72% from 255 or 29.02% from 541); Max value from RGB is 206 - color contains mainly: green. Hex color #B2CE9D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2CE9D is #4D3162. Grayscale: #C0C0C0. Windows color (decimal): -5058915 or 10342066. OLE color: 10342066.
HSL color Cylindrical-coordinate representation of color #B2CE9D: hue angle of 94.29º degrees, saturation: 0.33, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B2CE9D is Cyan = 0.14, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 178 | 206 | 157 | - |
| CMYK | 0.14 | 0 | 0.24 | 0.19 |
| HSL | 94.29º | 0.33% | 0.71% | - |
| HSV(B) | 94.29º | 0.24% | 0.81% | - |
| XYZ | 46.52 | 56.04 | 40.26 | - |
| YUV | 192.04 | 108.22 | 117.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 206 | 157 | 0.14 | 0 | 0.24 | 0.19 | 94.29 | 0.33 | 0.71 |
| Hex | B2 | CE | 9D | E | 0 | 18 | 13 | 5E | 21 | 47 |
| Octal | 262 | 316 | 235 | 16 | 0 | 30 | 23 | 136 | 41 | 107 |
| Binary | 10110010 | 11001110 | 10011101 | 1110 | 0 | 11000 | 10011 | 1011110 | 100001 | 1000111 |
Color Harmonies of #B2CE9D
Complementary color
Monochromatic Colors of #B2CE9D
Black with #B2CE9D
Text Example
Text Example
White with #B2CE9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2CE9D; }
p { color: rgb(178,206,157); }
H1.HeaderClassName
{
color: #B2CE9D;
}
.AnyTagClassName
{
color: #B2CE9D;
}
</style>
background-color css
<style>
a { background-color: #B2CE9D; }
a { background-color: rgb(178,206,157); }
div.DivClassName
{
background-color: #B2CE9D;
}
.BgClassName
{
background-color: #B2CE9D;
}
</style>
border-color css
<style>
span { border-color: #B2CE9D; }
span { border-color: rgb(178,206,157); }
td.TdClassName
{
border-color: #B2CE9D;
}
.TagClassName
{
border-color: #B2CE9D;
}
</style>