Shades of Pixie Green #B8DA9C
Tints of Pixie Green #B8DA9C
RGB
CMYK
RGB Variations
Color information
#B8DA9C (or 0xB8DA9C) is known color: Pixie Green. HEX triplet: B8, DA and 9C. RGB value is (184,218,156). Sum of RGB (Red+Green+Blue) = 184+218+156=558 (73% of max value = 765). Red value is 184 (72.27% from 255 or 32.97% from 558); Green value is 218 (85.55% from 255 or 39.07% from 558); Blue value is 156 (61.33% from 255 or 27.96% from 558); Max value from RGB is 218 - color contains mainly: green. Hex color #B8DA9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8DA9C is #472563. Grayscale: #C8C8C8. Windows color (decimal): -4662628 or 10279608. OLE color: 10279608.
HSL color Cylindrical-coordinate representation of color #B8DA9C: hue angle of 92.9º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B8DA9C is Cyan = 0.16, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 184 | 218 | 156 | - |
| CMYK | 0.16 | 0 | 0.28 | 0.15 |
| HSL | 92.9º | 0.46% | 0.73% | - |
| HSV(B) | 92.9º | 0.28% | 0.85% | - |
| XYZ | 50.84 | 62.73 | 40.88 | - |
| YUV | 200.77 | 102.74 | 116.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 218 | 156 | 0.16 | 0 | 0.28 | 0.15 | 92.9 | 0.46 | 0.73 |
| Hex | B8 | DA | 9C | 10 | 0 | 1C | F | 5D | 2E | 49 |
| Octal | 270 | 332 | 234 | 20 | 0 | 34 | 17 | 135 | 56 | 111 |
| Binary | 10111000 | 11011010 | 10011100 | 10000 | 0 | 11100 | 1111 | 1011101 | 101110 | 1001001 |
Color Harmonies of #B8DA9C
Complementary color
Monochromatic Colors of #B8DA9C
Black with #B8DA9C
Text Example
Text Example
White with #B8DA9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8DA9C; }
p { color: rgb(184,218,156); }
H1.HeaderClassName
{
color: #B8DA9C;
}
.AnyTagClassName
{
color: #B8DA9C;
}
</style>
background-color css
<style>
a { background-color: #B8DA9C; }
a { background-color: rgb(184,218,156); }
div.DivClassName
{
background-color: #B8DA9C;
}
.BgClassName
{
background-color: #B8DA9C;
}
</style>
border-color css
<style>
span { border-color: #B8DA9C; }
span { border-color: rgb(184,218,156); }
td.TdClassName
{
border-color: #B8DA9C;
}
.TagClassName
{
border-color: #B8DA9C;
}
</style>