Shades of Pixie Green #B5D29D
Tints of Pixie Green #B5D29D
RGB
CMYK
RGB Variations
Color information
#B5D29D (or 0xB5D29D) is known color: Pixie Green. HEX triplet: B5, D2 and 9D. RGB value is (181,210,157). Sum of RGB (Red+Green+Blue) = 181+210+157=548 (72% of max value = 765). Red value is 181 (71.09% from 255 or 33.03% from 548); Green value is 210 (82.42% from 255 or 38.32% from 548); Blue value is 157 (61.72% from 255 or 28.65% from 548); Max value from RGB is 210 - color contains mainly: green. Hex color #B5D29D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5D29D is #4A2D62. Grayscale: #C3C3C3. Windows color (decimal): -4861283 or 10343093. OLE color: 10343093.
HSL color Cylindrical-coordinate representation of color #B5D29D: hue angle of 92.83º degrees, saturation: 0.37, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B5D29D is Cyan = 0.14, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
RGB | 181 | 210 | 157 | - |
CMYK | 0.14 | 0 | 0.25 | 0.18 |
HSL | 92.83º | 0.37% | 0.72% | - |
HSV(B) | 92.83º | 0.25% | 0.82% | - |
XYZ | 48.19 | 58.35 | 40.62 | - |
YUV | 195.29 | 106.39 | 117.81 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 210 | 157 | 0.14 | 0 | 0.25 | 0.18 | 92.83 | 0.37 | 0.72 |
Hex | B5 | D2 | 9D | E | 0 | 19 | 12 | 5D | 25 | 48 |
Octal | 265 | 322 | 235 | 16 | 0 | 31 | 22 | 135 | 45 | 110 |
Binary | 10110101 | 11010010 | 10011101 | 1110 | 0 | 11001 | 10010 | 1011101 | 100101 | 1001000 |
Color Harmonies of #B5D29D
Complementary color
Monochromatic Colors of #B5D29D
Black with #B5D29D
Text Example
Text Example
White with #B5D29D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5D29D; }
p { color: rgb(181,210,157); }
H1.HeaderClassName
{
color: #B5D29D;
}
.AnyTagClassName
{
color: #B5D29D;
}
</style>
background-color css
<style>
a { background-color: #B5D29D; }
a { background-color: rgb(181,210,157); }
div.DivClassName
{
background-color: #B5D29D;
}
.BgClassName
{
background-color: #B5D29D;
}
</style>
border-color css
<style>
span { border-color: #B5D29D; }
span { border-color: rgb(181,210,157); }
td.TdClassName
{
border-color: #B5D29D;
}
.TagClassName
{
border-color: #B5D29D;
}
</style>