Shades of Pixie Green #B2C6A7
Tints of Pixie Green #B2C6A7
RGB
CMYK
RGB Variations
Color information
#B2C6A7 (or 0xB2C6A7) is known color: Pixie Green. HEX triplet: B2, C6 and A7. RGB value is (178,198,167). Sum of RGB (Red+Green+Blue) = 178+198+167=543 (71% of max value = 765). Red value is 178 (69.92% from 255 or 32.78% from 543); Green value is 198 (77.73% from 255 or 36.46% from 543); Blue value is 167 (65.62% from 255 or 30.76% from 543); Max value from RGB is 198 - color contains mainly: green. Hex color #B2C6A7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2C6A7 is #4D3958. Grayscale: #BCBCBC. Windows color (decimal): -5060953 or 10995378. OLE color: 10995378.
HSL color Cylindrical-coordinate representation of color #B2C6A7: hue angle of 98.71º degrees, saturation: 0.21, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B2C6A7 is Cyan = 0.10, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 178 | 198 | 167 | - |
| CMYK | 0.10 | 0 | 0.16 | 0.22 |
| HSL | 98.71º | 0.21% | 0.72% | - |
| HSV(B) | 98.71º | 0.16% | 0.78% | - |
| XYZ | 45.53 | 52.64 | 44.32 | - |
| YUV | 188.49 | 115.87 | 120.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 198 | 167 | 0.10 | 0 | 0.16 | 0.22 | 98.71 | 0.21 | 0.72 |
| Hex | B2 | C6 | A7 | A | 0 | 10 | 16 | 63 | 15 | 48 |
| Octal | 262 | 306 | 247 | 12 | 0 | 20 | 26 | 143 | 25 | 110 |
| Binary | 10110010 | 11000110 | 10100111 | 1010 | 0 | 10000 | 10110 | 1100011 | 10101 | 1001000 |
Color Harmonies of #B2C6A7
Complementary color
Monochromatic Colors of #B2C6A7
Black with #B2C6A7
Text Example
Text Example
White with #B2C6A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2C6A7; }
p { color: rgb(178,198,167); }
H1.HeaderClassName
{
color: #B2C6A7;
}
.AnyTagClassName
{
color: #B2C6A7;
}
</style>
background-color css
<style>
a { background-color: #B2C6A7; }
a { background-color: rgb(178,198,167); }
div.DivClassName
{
background-color: #B2C6A7;
}
.BgClassName
{
background-color: #B2C6A7;
}
</style>
border-color css
<style>
span { border-color: #B2C6A7; }
span { border-color: rgb(178,198,167); }
td.TdClassName
{
border-color: #B2C6A7;
}
.TagClassName
{
border-color: #B2C6A7;
}
</style>