Shades of Pixie Green #B8DC9A
Tints of Pixie Green #B8DC9A
RGB
CMYK
RGB Variations
Color information
#B8DC9A (or 0xB8DC9A) is known color: Pixie Green. HEX triplet: B8, DC and 9A. RGB value is (184,220,154). Sum of RGB (Red+Green+Blue) = 184+220+154=558 (73% of max value = 765). Red value is 184 (72.27% from 255 or 32.97% from 558); Green value is 220 (86.33% from 255 or 39.43% from 558); Blue value is 154 (60.55% from 255 or 27.60% from 558); Max value from RGB is 220 - color contains mainly: green. Hex color #B8DC9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8DC9A is #472365. Grayscale: #C9C9C9. Windows color (decimal): -4662118 or 10149048. OLE color: 10149048.
HSL color Cylindrical-coordinate representation of color #B8DC9A: hue angle of 92.73º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B8DC9A is Cyan = 0.16, Magento = 0, Yellow = 0.3 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 184 | 220 | 154 | - |
| CMYK | 0.16 | 0 | 0.3 | 0.14 |
| HSL | 92.73º | 0.49% | 0.73% | - |
| HSV(B) | 92.73º | 0.3% | 0.86% | - |
| XYZ | 51.19 | 63.71 | 40.17 | - |
| YUV | 201.71 | 101.07 | 115.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 220 | 154 | 0.16 | 0 | 0.3 | 0.14 | 92.73 | 0.49 | 0.73 |
| Hex | B8 | DC | 9A | 10 | 0 | 1E | E | 5D | 31 | 49 |
| Octal | 270 | 334 | 232 | 20 | 0 | 36 | 16 | 135 | 61 | 111 |
| Binary | 10111000 | 11011100 | 10011010 | 10000 | 0 | 11110 | 1110 | 1011101 | 110001 | 1001001 |
Color Harmonies of #B8DC9A
Complementary color
Monochromatic Colors of #B8DC9A
Black with #B8DC9A
Text Example
Text Example
White with #B8DC9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8DC9A; }
p { color: rgb(184,220,154); }
H1.HeaderClassName
{
color: #B8DC9A;
}
.AnyTagClassName
{
color: #B8DC9A;
}
</style>
background-color css
<style>
a { background-color: #B8DC9A; }
a { background-color: rgb(184,220,154); }
div.DivClassName
{
background-color: #B8DC9A;
}
.BgClassName
{
background-color: #B8DC9A;
}
</style>
border-color css
<style>
span { border-color: #B8DC9A; }
span { border-color: rgb(184,220,154); }
td.TdClassName
{
border-color: #B8DC9A;
}
.TagClassName
{
border-color: #B8DC9A;
}
</style>