Shades of Pixie Green #B2D19C
Tints of Pixie Green #B2D19C
RGB
CMYK
RGB Variations
Color information
#B2D19C (or 0xB2D19C) is known color: Pixie Green. HEX triplet: B2, D1 and 9C. RGB value is (178,209,156). Sum of RGB (Red+Green+Blue) = 178+209+156=543 (71% of max value = 765). Red value is 178 (69.92% from 255 or 32.78% from 543); Green value is 209 (82.03% from 255 or 38.49% from 543); Blue value is 156 (61.33% from 255 or 28.73% from 543); Max value from RGB is 209 - color contains mainly: green. Hex color #B2D19C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2D19C is #4D2E63. Grayscale: #C1C1C1. Windows color (decimal): -5058148 or 10277298. OLE color: 10277298.
HSL color Cylindrical-coordinate representation of color #B2D19C: hue angle of 95.09º degrees, saturation: 0.37, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B2D19C is Cyan = 0.15, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 178 | 209 | 156 | - |
| CMYK | 0.15 | 0 | 0.25 | 0.18 |
| HSL | 95.09º | 0.37% | 0.72% | - |
| HSV(B) | 95.09º | 0.25% | 0.82% | - |
| XYZ | 47.16 | 57.47 | 40.06 | - |
| YUV | 193.69 | 106.73 | 116.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 209 | 156 | 0.15 | 0 | 0.25 | 0.18 | 95.09 | 0.37 | 0.72 |
| Hex | B2 | D1 | 9C | F | 0 | 19 | 12 | 5F | 25 | 48 |
| Octal | 262 | 321 | 234 | 17 | 0 | 31 | 22 | 137 | 45 | 110 |
| Binary | 10110010 | 11010001 | 10011100 | 1111 | 0 | 11001 | 10010 | 1011111 | 100101 | 1001000 |
Color Harmonies of #B2D19C
Complementary color
Monochromatic Colors of #B2D19C
Black with #B2D19C
Text Example
Text Example
White with #B2D19C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2D19C; }
p { color: rgb(178,209,156); }
H1.HeaderClassName
{
color: #B2D19C;
}
.AnyTagClassName
{
color: #B2D19C;
}
</style>
background-color css
<style>
a { background-color: #B2D19C; }
a { background-color: rgb(178,209,156); }
div.DivClassName
{
background-color: #B2D19C;
}
.BgClassName
{
background-color: #B2D19C;
}
</style>
border-color css
<style>
span { border-color: #B2D19C; }
span { border-color: rgb(178,209,156); }
td.TdClassName
{
border-color: #B2D19C;
}
.TagClassName
{
border-color: #B2D19C;
}
</style>