Shades of Pixie Green #B6CDA0
Tints of Pixie Green #B6CDA0
RGB
CMYK
RGB Variations
Color information
#B6CDA0 (or 0xB6CDA0) is known color: Pixie Green. HEX triplet: B6, CD and A0. RGB value is (182,205,160). Sum of RGB (Red+Green+Blue) = 182+205+160=547 (72% of max value = 765). Red value is 182 (71.48% from 255 or 33.27% from 547); Green value is 205 (80.47% from 255 or 37.48% from 547); Blue value is 160 (62.89% from 255 or 29.25% from 547); Max value from RGB is 205 - color contains mainly: green. Hex color #B6CDA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6CDA0 is #49325F. Grayscale: #C1C1C1. Windows color (decimal): -4797024 or 10538422. OLE color: 10538422.
HSL color Cylindrical-coordinate representation of color #B6CDA0: hue angle of 90.67º 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 #B6CDA0 is Cyan = 0.11, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 182 | 205 | 160 | - |
| CMYK | 0.11 | 0 | 0.22 | 0.20 |
| HSL | 90.67º | 0.31% | 0.72% | - |
| HSV(B) | 90.67º | 0.22% | 0.8% | - |
| XYZ | 47.47 | 56.15 | 41.59 | - |
| YUV | 192.99 | 109.38 | 120.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 205 | 160 | 0.11 | 0 | 0.22 | 0.20 | 90.67 | 0.31 | 0.72 |
| Hex | B6 | CD | A0 | B | 0 | 16 | 14 | 5B | 1F | 48 |
| Octal | 266 | 315 | 240 | 13 | 0 | 26 | 24 | 133 | 37 | 110 |
| Binary | 10110110 | 11001101 | 10100000 | 1011 | 0 | 10110 | 10100 | 1011011 | 11111 | 1001000 |
Color Harmonies of #B6CDA0
Complementary color
Monochromatic Colors of #B6CDA0
Black with #B6CDA0
Text Example
Text Example
White with #B6CDA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6CDA0; }
p { color: rgb(182,205,160); }
H1.HeaderClassName
{
color: #B6CDA0;
}
.AnyTagClassName
{
color: #B6CDA0;
}
</style>
background-color css
<style>
a { background-color: #B6CDA0; }
a { background-color: rgb(182,205,160); }
div.DivClassName
{
background-color: #B6CDA0;
}
.BgClassName
{
background-color: #B6CDA0;
}
</style>
border-color css
<style>
span { border-color: #B6CDA0; }
span { border-color: rgb(182,205,160); }
td.TdClassName
{
border-color: #B6CDA0;
}
.TagClassName
{
border-color: #B6CDA0;
}
</style>