Shades of Pixie Green #B8DC9B
Tints of Pixie Green #B8DC9B
RGB
CMYK
RGB Variations
Color information
#B8DC9B (or 0xB8DC9B) is known color: Pixie Green. HEX triplet: B8, DC and 9B. RGB value is (184,220,155). Sum of RGB (Red+Green+Blue) = 184+220+155=559 (74% of max value = 765). Red value is 184 (72.27% from 255 or 32.92% from 559); Green value is 220 (86.33% from 255 or 39.36% from 559); Blue value is 155 (60.94% from 255 or 27.73% from 559); Max value from RGB is 220 - color contains mainly: green. Hex color #B8DC9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8DC9B is #472364. Grayscale: #CACACA. Windows color (decimal): -4662117 or 10214584. OLE color: 10214584.
HSL color Cylindrical-coordinate representation of color #B8DC9B: hue angle of 93.23º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B8DC9B is Cyan = 0.16, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 184 | 220 | 155 | - |
| CMYK | 0.16 | 0 | 0.30 | 0.14 |
| HSL | 93.23º | 0.48% | 0.74% | - |
| HSV(B) | 93.23º | 0.3% | 0.86% | - |
| XYZ | 51.28 | 63.74 | 40.61 | - |
| YUV | 201.83 | 101.57 | 115.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 220 | 155 | 0.16 | 0 | 0.30 | 0.14 | 93.23 | 0.48 | 0.74 |
| Hex | B8 | DC | 9B | 10 | 0 | 1E | E | 5D | 30 | 4A |
| Octal | 270 | 334 | 233 | 20 | 0 | 36 | 16 | 135 | 60 | 112 |
| Binary | 10111000 | 11011100 | 10011011 | 10000 | 0 | 11110 | 1110 | 1011101 | 110000 | 1001010 |
Color Harmonies of #B8DC9B
Complementary color
Monochromatic Colors of #B8DC9B
Black with #B8DC9B
Text Example
Text Example
White with #B8DC9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8DC9B; }
p { color: rgb(184,220,155); }
H1.HeaderClassName
{
color: #B8DC9B;
}
.AnyTagClassName
{
color: #B8DC9B;
}
</style>
background-color css
<style>
a { background-color: #B8DC9B; }
a { background-color: rgb(184,220,155); }
div.DivClassName
{
background-color: #B8DC9B;
}
.BgClassName
{
background-color: #B8DC9B;
}
</style>
border-color css
<style>
span { border-color: #B8DC9B; }
span { border-color: rgb(184,220,155); }
td.TdClassName
{
border-color: #B8DC9B;
}
.TagClassName
{
border-color: #B8DC9B;
}
</style>