Shades of Pixie Green #B2D09C
Tints of Pixie Green #B2D09C
RGB
CMYK
RGB Variations
Color information
#B2D09C (or 0xB2D09C) is known color: Pixie Green. HEX triplet: B2, D0 and 9C. RGB value is (178,208,156). Sum of RGB (Red+Green+Blue) = 178+208+156=542 (71% of max value = 765). Red value is 178 (69.92% from 255 or 32.84% from 542); Green value is 208 (81.64% from 255 or 38.38% from 542); Blue value is 156 (61.33% from 255 or 28.78% from 542); Max value from RGB is 208 - color contains mainly: green. Hex color #B2D09C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2D09C is #4D2F63. Grayscale: #C1C1C1. Windows color (decimal): -5058404 or 10277042. OLE color: 10277042.
HSL color Cylindrical-coordinate representation of color #B2D09C: hue angle of 94.62º degrees, saturation: 0.36, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B2D09C is Cyan = 0.14, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 178 | 208 | 156 | - |
| CMYK | 0.14 | 0 | 0.25 | 0.18 |
| HSL | 94.62º | 0.36% | 0.71% | - |
| HSV(B) | 94.62º | 0.25% | 0.82% | - |
| XYZ | 46.92 | 56.98 | 39.98 | - |
| YUV | 193.1 | 107.06 | 117.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 208 | 156 | 0.14 | 0 | 0.25 | 0.18 | 94.62 | 0.36 | 0.71 |
| Hex | B2 | D0 | 9C | E | 0 | 19 | 12 | 5F | 24 | 47 |
| Octal | 262 | 320 | 234 | 16 | 0 | 31 | 22 | 137 | 44 | 107 |
| Binary | 10110010 | 11010000 | 10011100 | 1110 | 0 | 11001 | 10010 | 1011111 | 100100 | 1000111 |
Color Harmonies of #B2D09C
Complementary color
Monochromatic Colors of #B2D09C
Black with #B2D09C
Text Example
Text Example
White with #B2D09C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2D09C; }
p { color: rgb(178,208,156); }
H1.HeaderClassName
{
color: #B2D09C;
}
.AnyTagClassName
{
color: #B2D09C;
}
</style>
background-color css
<style>
a { background-color: #B2D09C; }
a { background-color: rgb(178,208,156); }
div.DivClassName
{
background-color: #B2D09C;
}
.BgClassName
{
background-color: #B2D09C;
}
</style>
border-color css
<style>
span { border-color: #B2D09C; }
span { border-color: rgb(178,208,156); }
td.TdClassName
{
border-color: #B2D09C;
}
.TagClassName
{
border-color: #B2D09C;
}
</style>