Shades of Pixie Green #B2D49A
Tints of Pixie Green #B2D49A
RGB
CMYK
RGB Variations
Color information
#B2D49A (or 0xB2D49A) is known color: Pixie Green. HEX triplet: B2, D4 and 9A. RGB value is (178,212,154). Sum of RGB (Red+Green+Blue) = 178+212+154=544 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.72% from 544); Green value is 212 (83.20% from 255 or 38.97% from 544); Blue value is 154 (60.55% from 255 or 28.31% from 544); Max value from RGB is 212 - color contains mainly: green. Hex color #B2D49A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2D49A is #4D2B65. Grayscale: #C3C3C3. Windows color (decimal): -5057382 or 10146994. OLE color: 10146994.
HSL color Cylindrical-coordinate representation of color #B2D49A: hue angle of 95.17º degrees, saturation: 0.4, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B2D49A is Cyan = 0.16, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.17.
Color convert
RGB | 178 | 212 | 154 | - |
CMYK | 0.16 | 0 | 0.27 | 0.17 |
HSL | 95.17º | 0.4% | 0.72% | - |
HSV(B) | 95.17º | 0.27% | 0.83% | - |
XYZ | 47.74 | 58.89 | 39.42 | - |
YUV | 195.22 | 104.74 | 115.72 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 178 | 212 | 154 | 0.16 | 0 | 0.27 | 0.17 | 95.17 | 0.4 | 0.72 |
Hex | B2 | D4 | 9A | 10 | 0 | 1B | 11 | 5F | 28 | 48 |
Octal | 262 | 324 | 232 | 20 | 0 | 33 | 21 | 137 | 50 | 110 |
Binary | 10110010 | 11010100 | 10011010 | 10000 | 0 | 11011 | 10001 | 1011111 | 101000 | 1001000 |
Color Harmonies of #B2D49A
Complementary color
Monochromatic Colors of #B2D49A
Black with #B2D49A
Text Example
Text Example
White with #B2D49A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2D49A; }
p { color: rgb(178,212,154); }
H1.HeaderClassName
{
color: #B2D49A;
}
.AnyTagClassName
{
color: #B2D49A;
}
</style>
background-color css
<style>
a { background-color: #B2D49A; }
a { background-color: rgb(178,212,154); }
div.DivClassName
{
background-color: #B2D49A;
}
.BgClassName
{
background-color: #B2D49A;
}
</style>
border-color css
<style>
span { border-color: #B2D49A; }
span { border-color: rgb(178,212,154); }
td.TdClassName
{
border-color: #B2D49A;
}
.TagClassName
{
border-color: #B2D49A;
}
</style>