Shades of Pixie Green #B2D59B
Tints of Pixie Green #B2D59B
RGB
CMYK
RGB Variations
Color information
#B2D59B (or 0xB2D59B) is known color: Pixie Green. HEX triplet: B2, D5 and 9B. RGB value is (178,213,155). Sum of RGB (Red+Green+Blue) = 178+213+155=546 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.60% from 546); Green value is 213 (83.59% from 255 or 39.01% from 546); Blue value is 155 (60.94% from 255 or 28.39% from 546); Max value from RGB is 213 - color contains mainly: green. Hex color #B2D59B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2D59B is #4D2A64. Grayscale: #C4C4C4. Windows color (decimal): -5057125 or 10212786. OLE color: 10212786.
HSL color Cylindrical-coordinate representation of color #B2D59B: hue angle of 96.21º degrees, saturation: 0.41, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B2D59B is Cyan = 0.16, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 178 | 213 | 155 | - |
| CMYK | 0.16 | 0 | 0.27 | 0.16 |
| HSL | 96.21º | 0.41% | 0.72% | - |
| HSV(B) | 96.21º | 0.27% | 0.84% | - |
| XYZ | 48.07 | 59.42 | 39.95 | - |
| YUV | 195.92 | 104.9 | 115.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 213 | 155 | 0.16 | 0 | 0.27 | 0.16 | 96.21 | 0.41 | 0.72 |
| Hex | B2 | D5 | 9B | 10 | 0 | 1B | 10 | 60 | 29 | 48 |
| Octal | 262 | 325 | 233 | 20 | 0 | 33 | 20 | 140 | 51 | 110 |
| Binary | 10110010 | 11010101 | 10011011 | 10000 | 0 | 11011 | 10000 | 1100000 | 101001 | 1001000 |
Color Harmonies of #B2D59B
Complementary color
Monochromatic Colors of #B2D59B
Black with #B2D59B
Text Example
Text Example
White with #B2D59B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2D59B; }
p { color: rgb(178,213,155); }
H1.HeaderClassName
{
color: #B2D59B;
}
.AnyTagClassName
{
color: #B2D59B;
}
</style>
background-color css
<style>
a { background-color: #B2D59B; }
a { background-color: rgb(178,213,155); }
div.DivClassName
{
background-color: #B2D59B;
}
.BgClassName
{
background-color: #B2D59B;
}
</style>
border-color css
<style>
span { border-color: #B2D59B; }
span { border-color: rgb(178,213,155); }
td.TdClassName
{
border-color: #B2D59B;
}
.TagClassName
{
border-color: #B2D59B;
}
</style>