Shades of Pixie Green #B3D49C
Tints of Pixie Green #B3D49C
RGB
CMYK
RGB Variations
Color information
#B3D49C (or 0xB3D49C) is known color: Pixie Green. HEX triplet: B3, D4 and 9C. RGB value is (179,212,156). Sum of RGB (Red+Green+Blue) = 179+212+156=547 (72% of max value = 765). Red value is 179 (70.31% from 255 or 32.72% from 547); Green value is 212 (83.20% from 255 or 38.76% from 547); Blue value is 156 (61.33% from 255 or 28.52% from 547); Max value from RGB is 212 - color contains mainly: green. Hex color #B3D49C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3D49C is #4C2B63. Grayscale: #C3C3C3. Windows color (decimal): -4991844 or 10278067. OLE color: 10278067.
HSL color Cylindrical-coordinate representation of color #B3D49C: hue angle of 95.36º degrees, saturation: 0.39, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B3D49C is Cyan = 0.16, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 179 | 212 | 156 | - |
| CMYK | 0.16 | 0 | 0.26 | 0.17 |
| HSL | 95.36º | 0.39% | 0.72% | - |
| HSV(B) | 95.36º | 0.26% | 0.83% | - |
| XYZ | 48.13 | 59.07 | 40.32 | - |
| YUV | 195.75 | 105.57 | 116.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 212 | 156 | 0.16 | 0 | 0.26 | 0.17 | 95.36 | 0.39 | 0.72 |
| Hex | B3 | D4 | 9C | 10 | 0 | 1A | 11 | 5F | 27 | 48 |
| Octal | 263 | 324 | 234 | 20 | 0 | 32 | 21 | 137 | 47 | 110 |
| Binary | 10110011 | 11010100 | 10011100 | 10000 | 0 | 11010 | 10001 | 1011111 | 100111 | 1001000 |
Color Harmonies of #B3D49C
Complementary color
Monochromatic Colors of #B3D49C
Black with #B3D49C
Text Example
Text Example
White with #B3D49C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3D49C; }
p { color: rgb(179,212,156); }
H1.HeaderClassName
{
color: #B3D49C;
}
.AnyTagClassName
{
color: #B3D49C;
}
</style>
background-color css
<style>
a { background-color: #B3D49C; }
a { background-color: rgb(179,212,156); }
div.DivClassName
{
background-color: #B3D49C;
}
.BgClassName
{
background-color: #B3D49C;
}
</style>
border-color css
<style>
span { border-color: #B3D49C; }
span { border-color: rgb(179,212,156); }
td.TdClassName
{
border-color: #B3D49C;
}
.TagClassName
{
border-color: #B3D49C;
}
</style>