Shades of Pixie Green #B4CCA7
Tints of Pixie Green #B4CCA7
RGB
CMYK
RGB Variations
Color information
#B4CCA7 (or 0xB4CCA7) is known color: Pixie Green. HEX triplet: B4, CC and A7. RGB value is (180,204,167). Sum of RGB (Red+Green+Blue) = 180+204+167=551 (72% of max value = 765). Red value is 180 (70.70% from 255 or 32.67% from 551); Green value is 204 (80.08% from 255 or 37.02% from 551); Blue value is 167 (65.62% from 255 or 30.31% from 551); Max value from RGB is 204 - color contains mainly: green. Hex color #B4CCA7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4CCA7 is #4B3358. Grayscale: #C0C0C0. Windows color (decimal): -4928345 or 10996916. OLE color: 10996916.
HSL color Cylindrical-coordinate representation of color #B4CCA7: hue angle of 98.92º degrees, saturation: 0.27, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B4CCA7 is Cyan = 0.12, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 180 | 204 | 167 | - |
| CMYK | 0.12 | 0 | 0.18 | 0.2 |
| HSL | 98.92º | 0.27% | 0.73% | - |
| HSV(B) | 98.92º | 0.18% | 0.8% | - |
| XYZ | 47.39 | 55.68 | 44.81 | - |
| YUV | 192.61 | 113.55 | 119.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 204 | 167 | 0.12 | 0 | 0.18 | 0.2 | 98.92 | 0.27 | 0.73 |
| Hex | B4 | CC | A7 | C | 0 | 12 | 14 | 63 | 1B | 49 |
| Octal | 264 | 314 | 247 | 14 | 0 | 22 | 24 | 143 | 33 | 111 |
| Binary | 10110100 | 11001100 | 10100111 | 1100 | 0 | 10010 | 10100 | 1100011 | 11011 | 1001001 |
Color Harmonies of #B4CCA7
Complementary color
Monochromatic Colors of #B4CCA7
Black with #B4CCA7
Text Example
Text Example
White with #B4CCA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4CCA7; }
p { color: rgb(180,204,167); }
H1.HeaderClassName
{
color: #B4CCA7;
}
.AnyTagClassName
{
color: #B4CCA7;
}
</style>
background-color css
<style>
a { background-color: #B4CCA7; }
a { background-color: rgb(180,204,167); }
div.DivClassName
{
background-color: #B4CCA7;
}
.BgClassName
{
background-color: #B4CCA7;
}
</style>
border-color css
<style>
span { border-color: #B4CCA7; }
span { border-color: rgb(180,204,167); }
td.TdClassName
{
border-color: #B4CCA7;
}
.TagClassName
{
border-color: #B4CCA7;
}
</style>