Shades of Pixie Green #B8C6AA
Tints of Pixie Green #B8C6AA
RGB
CMYK
RGB Variations
Color information
#B8C6AA (or 0xB8C6AA) is known color: Pixie Green. HEX triplet: B8, C6 and AA. RGB value is (184,198,170). Sum of RGB (Red+Green+Blue) = 184+198+170=552 (73% of max value = 765). Red value is 184 (72.27% from 255 or 33.33% from 552); Green value is 198 (77.73% from 255 or 35.87% from 552); Blue value is 170 (66.80% from 255 or 30.80% from 552); Max value from RGB is 198 - color contains mainly: green. Hex color #B8C6AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8C6AA is #473955. Grayscale: #BEBEBE. Windows color (decimal): -4667734 or 11191992. OLE color: 11191992.
HSL color Cylindrical-coordinate representation of color #B8C6AA: hue angle of 90º degrees, saturation: 0.2, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B8C6AA is Cyan = 0.07, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 184 | 198 | 170 | - |
| CMYK | 0.07 | 0 | 0.14 | 0.22 |
| HSL | 90º | 0.2% | 0.72% | - |
| HSV(B) | 90º | 0.14% | 0.78% | - |
| XYZ | 47.22 | 53.48 | 45.86 | - |
| YUV | 190.62 | 116.36 | 123.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 198 | 170 | 0.07 | 0 | 0.14 | 0.22 | 90 | 0.2 | 0.72 |
| Hex | B8 | C6 | AA | 7 | 0 | E | 16 | 5A | 14 | 48 |
| Octal | 270 | 306 | 252 | 7 | 0 | 16 | 26 | 132 | 24 | 110 |
| Binary | 10111000 | 11000110 | 10101010 | 111 | 0 | 1110 | 10110 | 1011010 | 10100 | 1001000 |
Color Harmonies of #B8C6AA
Complementary color
Monochromatic Colors of #B8C6AA
Black with #B8C6AA
Text Example
Text Example
White with #B8C6AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8C6AA; }
p { color: rgb(184,198,170); }
H1.HeaderClassName
{
color: #B8C6AA;
}
.AnyTagClassName
{
color: #B8C6AA;
}
</style>
background-color css
<style>
a { background-color: #B8C6AA; }
a { background-color: rgb(184,198,170); }
div.DivClassName
{
background-color: #B8C6AA;
}
.BgClassName
{
background-color: #B8C6AA;
}
</style>
border-color css
<style>
span { border-color: #B8C6AA; }
span { border-color: rgb(184,198,170); }
td.TdClassName
{
border-color: #B8C6AA;
}
.TagClassName
{
border-color: #B8C6AA;
}
</style>