Shades of Pixie Green #B2D699
Tints of Pixie Green #B2D699
RGB
CMYK
RGB Variations
Color information
#B2D699 (or 0xB2D699) is known color: Pixie Green. HEX triplet: B2, D6 and 99. RGB value is (178,214,153). Sum of RGB (Red+Green+Blue) = 178+214+153=545 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.66% from 545); Green value is 214 (83.98% from 255 or 39.27% from 545); Blue value is 153 (60.16% from 255 or 28.07% from 545); Max value from RGB is 214 - color contains mainly: green. Hex color #B2D699 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2D699 is #4D2966. Grayscale: #C4C4C4. Windows color (decimal): -5056871 or 10081970. OLE color: 10081970.
HSL color Cylindrical-coordinate representation of color #B2D699: hue angle of 95.41º degrees, saturation: 0.43, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B2D699 is Cyan = 0.17, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 178 | 214 | 153 | - |
| CMYK | 0.17 | 0 | 0.29 | 0.16 |
| HSL | 95.41º | 0.43% | 0.72% | - |
| HSV(B) | 95.41º | 0.29% | 0.84% | - |
| XYZ | 48.16 | 59.86 | 39.15 | - |
| YUV | 196.28 | 103.57 | 114.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 214 | 153 | 0.17 | 0 | 0.29 | 0.16 | 95.41 | 0.43 | 0.72 |
| Hex | B2 | D6 | 99 | 11 | 0 | 1D | 10 | 5F | 2B | 48 |
| Octal | 262 | 326 | 231 | 21 | 0 | 35 | 20 | 137 | 53 | 110 |
| Binary | 10110010 | 11010110 | 10011001 | 10001 | 0 | 11101 | 10000 | 1011111 | 101011 | 1001000 |
Color Harmonies of #B2D699
Complementary color
Monochromatic Colors of #B2D699
Black with #B2D699
Text Example
Text Example
White with #B2D699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2D699; }
p { color: rgb(178,214,153); }
H1.HeaderClassName
{
color: #B2D699;
}
.AnyTagClassName
{
color: #B2D699;
}
</style>
background-color css
<style>
a { background-color: #B2D699; }
a { background-color: rgb(178,214,153); }
div.DivClassName
{
background-color: #B2D699;
}
.BgClassName
{
background-color: #B2D699;
}
</style>
border-color css
<style>
span { border-color: #B2D699; }
span { border-color: rgb(178,214,153); }
td.TdClassName
{
border-color: #B2D699;
}
.TagClassName
{
border-color: #B2D699;
}
</style>