Shades of Pixie Green #B4D29C
Tints of Pixie Green #B4D29C
RGB
CMYK
RGB Variations
Color information
#B4D29C (or 0xB4D29C) is known color: Pixie Green. HEX triplet: B4, D2 and 9C. RGB value is (180,210,156). Sum of RGB (Red+Green+Blue) = 180+210+156=546 (72% of max value = 765). Red value is 180 (70.70% from 255 or 32.97% from 546); Green value is 210 (82.42% from 255 or 38.46% from 546); Blue value is 156 (61.33% from 255 or 28.57% from 546); Max value from RGB is 210 - color contains mainly: green. Hex color #B4D29C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4D29C is #4B2D63. Grayscale: #C3C3C3. Windows color (decimal): -4926820 or 10277556. OLE color: 10277556.
HSL color Cylindrical-coordinate representation of color #B4D29C: hue angle of 93.33º degrees, saturation: 0.38, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B4D29C is Cyan = 0.14, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 180 | 210 | 156 | - |
| CMYK | 0.14 | 0 | 0.26 | 0.18 |
| HSL | 93.33º | 0.38% | 0.72% | - |
| HSV(B) | 93.33º | 0.26% | 0.82% | - |
| XYZ | 47.87 | 58.2 | 40.16 | - |
| YUV | 194.87 | 106.06 | 117.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 210 | 156 | 0.14 | 0 | 0.26 | 0.18 | 93.33 | 0.38 | 0.72 |
| Hex | B4 | D2 | 9C | E | 0 | 1A | 12 | 5D | 26 | 48 |
| Octal | 264 | 322 | 234 | 16 | 0 | 32 | 22 | 135 | 46 | 110 |
| Binary | 10110100 | 11010010 | 10011100 | 1110 | 0 | 11010 | 10010 | 1011101 | 100110 | 1001000 |
Color Harmonies of #B4D29C
Complementary color
Monochromatic Colors of #B4D29C
Black with #B4D29C
Text Example
Text Example
White with #B4D29C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4D29C; }
p { color: rgb(180,210,156); }
H1.HeaderClassName
{
color: #B4D29C;
}
.AnyTagClassName
{
color: #B4D29C;
}
</style>
background-color css
<style>
a { background-color: #B4D29C; }
a { background-color: rgb(180,210,156); }
div.DivClassName
{
background-color: #B4D29C;
}
.BgClassName
{
background-color: #B4D29C;
}
</style>
border-color css
<style>
span { border-color: #B4D29C; }
span { border-color: rgb(180,210,156); }
td.TdClassName
{
border-color: #B4D29C;
}
.TagClassName
{
border-color: #B4D29C;
}
</style>