Shades of Pixie Green #B2CE9E
Tints of Pixie Green #B2CE9E
RGB
CMYK
RGB Variations
Color information
#B2CE9E (or 0xB2CE9E) is known color: Pixie Green. HEX triplet: B2, CE and 9E. RGB value is (178,206,158). Sum of RGB (Red+Green+Blue) = 178+206+158=542 (71% of max value = 765). Red value is 178 (69.92% from 255 or 32.84% from 542); Green value is 206 (80.86% from 255 or 38.01% from 542); Blue value is 158 (62.11% from 255 or 29.15% from 542); Max value from RGB is 206 - color contains mainly: green. Hex color #B2CE9E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2CE9E is #4D3161. Grayscale: #C0C0C0. Windows color (decimal): -5058914 or 10407602. OLE color: 10407602.
HSL color Cylindrical-coordinate representation of color #B2CE9E: hue angle of 95º degrees, saturation: 0.33, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B2CE9E is Cyan = 0.14, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 178 | 206 | 158 | - |
| CMYK | 0.14 | 0 | 0.23 | 0.19 |
| HSL | 95º | 0.33% | 0.71% | - |
| HSV(B) | 95º | 0.23% | 0.81% | - |
| XYZ | 46.6 | 56.08 | 40.72 | - |
| YUV | 192.16 | 108.72 | 117.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 206 | 158 | 0.14 | 0 | 0.23 | 0.19 | 95 | 0.33 | 0.71 |
| Hex | B2 | CE | 9E | E | 0 | 17 | 13 | 5F | 21 | 47 |
| Octal | 262 | 316 | 236 | 16 | 0 | 27 | 23 | 137 | 41 | 107 |
| Binary | 10110010 | 11001110 | 10011110 | 1110 | 0 | 10111 | 10011 | 1011111 | 100001 | 1000111 |
Color Harmonies of #B2CE9E
Complementary color
Monochromatic Colors of #B2CE9E
Black with #B2CE9E
Text Example
Text Example
White with #B2CE9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2CE9E; }
p { color: rgb(178,206,158); }
H1.HeaderClassName
{
color: #B2CE9E;
}
.AnyTagClassName
{
color: #B2CE9E;
}
</style>
background-color css
<style>
a { background-color: #B2CE9E; }
a { background-color: rgb(178,206,158); }
div.DivClassName
{
background-color: #B2CE9E;
}
.BgClassName
{
background-color: #B2CE9E;
}
</style>
border-color css
<style>
span { border-color: #B2CE9E; }
span { border-color: rgb(178,206,158); }
td.TdClassName
{
border-color: #B2CE9E;
}
.TagClassName
{
border-color: #B2CE9E;
}
</style>