Shades of Pixie Green #B2D69B
Tints of Pixie Green #B2D69B
RGB
CMYK
RGB Variations
Color information
#B2D69B (or 0xB2D69B) is known color: Pixie Green. HEX triplet: B2, D6 and 9B. RGB value is (178,214,155). Sum of RGB (Red+Green+Blue) = 178+214+155=547 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.54% from 547); Green value is 214 (83.98% from 255 or 39.12% from 547); Blue value is 155 (60.94% from 255 or 28.34% from 547); Max value from RGB is 214 - color contains mainly: green. Hex color #B2D69B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2D69B is #4D2964. Grayscale: #C4C4C4. Windows color (decimal): -5056869 or 10213042. OLE color: 10213042.
HSL color Cylindrical-coordinate representation of color #B2D69B: hue angle of 96.61º degrees, saturation: 0.42, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B2D69B is Cyan = 0.17, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 178 | 214 | 155 | - |
| CMYK | 0.17 | 0 | 0.28 | 0.16 |
| HSL | 96.61º | 0.42% | 0.72% | - |
| HSV(B) | 96.61º | 0.28% | 0.84% | - |
| XYZ | 48.32 | 59.92 | 40.03 | - |
| YUV | 196.51 | 104.57 | 114.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 214 | 155 | 0.17 | 0 | 0.28 | 0.16 | 96.61 | 0.42 | 0.72 |
| Hex | B2 | D6 | 9B | 11 | 0 | 1C | 10 | 61 | 2A | 48 |
| Octal | 262 | 326 | 233 | 21 | 0 | 34 | 20 | 141 | 52 | 110 |
| Binary | 10110010 | 11010110 | 10011011 | 10001 | 0 | 11100 | 10000 | 1100001 | 101010 | 1001000 |
Color Harmonies of #B2D69B
Complementary color
Monochromatic Colors of #B2D69B
Black with #B2D69B
Text Example
Text Example
White with #B2D69B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2D69B; }
p { color: rgb(178,214,155); }
H1.HeaderClassName
{
color: #B2D69B;
}
.AnyTagClassName
{
color: #B2D69B;
}
</style>
background-color css
<style>
a { background-color: #B2D69B; }
a { background-color: rgb(178,214,155); }
div.DivClassName
{
background-color: #B2D69B;
}
.BgClassName
{
background-color: #B2D69B;
}
</style>
border-color css
<style>
span { border-color: #B2D69B; }
span { border-color: rgb(178,214,155); }
td.TdClassName
{
border-color: #B2D69B;
}
.TagClassName
{
border-color: #B2D69B;
}
</style>