Shades of Pixie Green #B7CBA1
Tints of Pixie Green #B7CBA1
RGB
CMYK
RGB Variations
Color information
#B7CBA1 (or 0xB7CBA1) is known color: Pixie Green. HEX triplet: B7, CB and A1. RGB value is (183,203,161). Sum of RGB (Red+Green+Blue) = 183+203+161=547 (72% of max value = 765). Red value is 183 (71.88% from 255 or 33.46% from 547); Green value is 203 (79.69% from 255 or 37.11% from 547); Blue value is 161 (63.28% from 255 or 29.43% from 547); Max value from RGB is 203 - color contains mainly: green. Hex color #B7CBA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7CBA1 is #48345E. Grayscale: #C0C0C0. Windows color (decimal): -4731999 or 10603447. OLE color: 10603447.
HSL color Cylindrical-coordinate representation of color #B7CBA1: hue angle of 88.57º degrees, saturation: 0.29, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B7CBA1 is Cyan = 0.10, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 183 | 203 | 161 | - |
| CMYK | 0.10 | 0 | 0.21 | 0.20 |
| HSL | 88.57º | 0.29% | 0.71% | - |
| HSV(B) | 88.57º | 0.21% | 0.8% | - |
| XYZ | 47.32 | 55.35 | 41.91 | - |
| YUV | 192.23 | 110.37 | 121.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 203 | 161 | 0.10 | 0 | 0.21 | 0.20 | 88.57 | 0.29 | 0.71 |
| Hex | B7 | CB | A1 | A | 0 | 15 | 14 | 59 | 1D | 47 |
| Octal | 267 | 313 | 241 | 12 | 0 | 25 | 24 | 131 | 35 | 107 |
| Binary | 10110111 | 11001011 | 10100001 | 1010 | 0 | 10101 | 10100 | 1011001 | 11101 | 1000111 |
Color Harmonies of #B7CBA1
Complementary color
Monochromatic Colors of #B7CBA1
Black with #B7CBA1
Text Example
Text Example
White with #B7CBA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7CBA1; }
p { color: rgb(183,203,161); }
H1.HeaderClassName
{
color: #B7CBA1;
}
.AnyTagClassName
{
color: #B7CBA1;
}
</style>
background-color css
<style>
a { background-color: #B7CBA1; }
a { background-color: rgb(183,203,161); }
div.DivClassName
{
background-color: #B7CBA1;
}
.BgClassName
{
background-color: #B7CBA1;
}
</style>
border-color css
<style>
span { border-color: #B7CBA1; }
span { border-color: rgb(183,203,161); }
td.TdClassName
{
border-color: #B7CBA1;
}
.TagClassName
{
border-color: #B7CBA1;
}
</style>