Shades of Pixie Green #B5CDA0
Tints of Pixie Green #B5CDA0
RGB
CMYK
RGB Variations
Color information
#B5CDA0 (or 0xB5CDA0) is known color: Pixie Green. HEX triplet: B5, CD and A0. RGB value is (181,205,160). Sum of RGB (Red+Green+Blue) = 181+205+160=546 (72% of max value = 765). Red value is 181 (71.09% from 255 or 33.15% from 546); Green value is 205 (80.47% from 255 or 37.55% from 546); Blue value is 160 (62.89% from 255 or 29.30% from 546); Max value from RGB is 205 - color contains mainly: green. Hex color #B5CDA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5CDA0 is #4A325F. Grayscale: #C0C0C0. Windows color (decimal): -4862560 or 10538421. OLE color: 10538421.
HSL color Cylindrical-coordinate representation of color #B5CDA0: hue angle of 92º degrees, saturation: 0.31, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B5CDA0 is Cyan = 0.12, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 181 | 205 | 160 | - |
| CMYK | 0.12 | 0 | 0.22 | 0.20 |
| HSL | 92º | 0.31% | 0.72% | - |
| HSV(B) | 92º | 0.22% | 0.8% | - |
| XYZ | 47.23 | 56.02 | 41.58 | - |
| YUV | 192.69 | 109.55 | 119.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 205 | 160 | 0.12 | 0 | 0.22 | 0.20 | 92 | 0.31 | 0.72 |
| Hex | B5 | CD | A0 | C | 0 | 16 | 14 | 5C | 1F | 48 |
| Octal | 265 | 315 | 240 | 14 | 0 | 26 | 24 | 134 | 37 | 110 |
| Binary | 10110101 | 11001101 | 10100000 | 1100 | 0 | 10110 | 10100 | 1011100 | 11111 | 1001000 |
Color Harmonies of #B5CDA0
Complementary color
Monochromatic Colors of #B5CDA0
Black with #B5CDA0
Text Example
Text Example
White with #B5CDA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5CDA0; }
p { color: rgb(181,205,160); }
H1.HeaderClassName
{
color: #B5CDA0;
}
.AnyTagClassName
{
color: #B5CDA0;
}
</style>
background-color css
<style>
a { background-color: #B5CDA0; }
a { background-color: rgb(181,205,160); }
div.DivClassName
{
background-color: #B5CDA0;
}
.BgClassName
{
background-color: #B5CDA0;
}
</style>
border-color css
<style>
span { border-color: #B5CDA0; }
span { border-color: rgb(181,205,160); }
td.TdClassName
{
border-color: #B5CDA0;
}
.TagClassName
{
border-color: #B5CDA0;
}
</style>