Shades of Pixie Green #B6CCA5
Tints of Pixie Green #B6CCA5
RGB
CMYK
RGB Variations
Color information
#B6CCA5 (or 0xB6CCA5) is known color: Pixie Green. HEX triplet: B6, CC and A5. RGB value is (182,204,165). Sum of RGB (Red+Green+Blue) = 182+204+165=551 (72% of max value = 765). Red value is 182 (71.48% from 255 or 33.03% from 551); Green value is 204 (80.08% from 255 or 37.02% from 551); Blue value is 165 (64.84% from 255 or 29.95% from 551); Max value from RGB is 204 - color contains mainly: green. Hex color #B6CCA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6CCA5 is #49335A. Grayscale: #C1C1C1. Windows color (decimal): -4797275 or 10865846. OLE color: 10865846.
HSL color Cylindrical-coordinate representation of color #B6CCA5: hue angle of 93.85º degrees, saturation: 0.28, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B6CCA5 is Cyan = 0.11, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 182 | 204 | 165 | - |
| CMYK | 0.11 | 0 | 0.19 | 0.2 |
| HSL | 93.85º | 0.28% | 0.72% | - |
| HSV(B) | 93.85º | 0.19% | 0.8% | - |
| XYZ | 47.68 | 55.85 | 43.86 | - |
| YUV | 192.98 | 112.21 | 120.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 204 | 165 | 0.11 | 0 | 0.19 | 0.2 | 93.85 | 0.28 | 0.72 |
| Hex | B6 | CC | A5 | B | 0 | 13 | 14 | 5E | 1C | 48 |
| Octal | 266 | 314 | 245 | 13 | 0 | 23 | 24 | 136 | 34 | 110 |
| Binary | 10110110 | 11001100 | 10100101 | 1011 | 0 | 10011 | 10100 | 1011110 | 11100 | 1001000 |
Color Harmonies of #B6CCA5
Complementary color
Monochromatic Colors of #B6CCA5
Black with #B6CCA5
Text Example
Text Example
White with #B6CCA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6CCA5; }
p { color: rgb(182,204,165); }
H1.HeaderClassName
{
color: #B6CCA5;
}
.AnyTagClassName
{
color: #B6CCA5;
}
</style>
background-color css
<style>
a { background-color: #B6CCA5; }
a { background-color: rgb(182,204,165); }
div.DivClassName
{
background-color: #B6CCA5;
}
.BgClassName
{
background-color: #B6CCA5;
}
</style>
border-color css
<style>
span { border-color: #B6CCA5; }
span { border-color: rgb(182,204,165); }
td.TdClassName
{
border-color: #B6CCA5;
}
.TagClassName
{
border-color: #B6CCA5;
}
</style>