Shades of Pixie Green #BDE098
Tints of Pixie Green #BDE098
RGB
CMYK
RGB Variations
Color information
#BDE098 (or 0xBDE098) is known color: Pixie Green. HEX triplet: BD, E0 and 98. RGB value is (189,224,152). Sum of RGB (Red+Green+Blue) = 189+224+152=565 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.45% from 565); Green value is 224 (87.89% from 255 or 39.65% from 565); Blue value is 152 (59.77% from 255 or 26.90% from 565); Max value from RGB is 224 - color contains mainly: green. Hex color #BDE098 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDE098 is #421F67. Grayscale: #CDCDCD. Windows color (decimal): -4333416 or 10019005. OLE color: 10019005.
HSL color Cylindrical-coordinate representation of color #BDE098: hue angle of 89.17º degrees, saturation: 0.54, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BDE098 is Cyan = 0.16, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 189 | 224 | 152 | - |
| CMYK | 0.16 | 0 | 0.32 | 0.12 |
| HSL | 89.17º | 0.54% | 0.74% | - |
| HSV(B) | 89.17º | 0.32% | 0.88% | - |
| XYZ | 53.31 | 66.4 | 39.71 | - |
| YUV | 205.33 | 97.9 | 116.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 224 | 152 | 0.16 | 0 | 0.32 | 0.12 | 89.17 | 0.54 | 0.74 |
| Hex | BD | E0 | 98 | 10 | 0 | 20 | C | 59 | 36 | 4A |
| Octal | 275 | 340 | 230 | 20 | 0 | 40 | 14 | 131 | 66 | 112 |
| Binary | 10111101 | 11100000 | 10011000 | 10000 | 0 | 100000 | 1100 | 1011001 | 110110 | 1001010 |
Color Harmonies of #BDE098
Complementary color
Monochromatic Colors of #BDE098
Black with #BDE098
Text Example
Text Example
White with #BDE098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE098; }
p { color: rgb(189,224,152); }
H1.HeaderClassName
{
color: #BDE098;
}
.AnyTagClassName
{
color: #BDE098;
}
</style>
background-color css
<style>
a { background-color: #BDE098; }
a { background-color: rgb(189,224,152); }
div.DivClassName
{
background-color: #BDE098;
}
.BgClassName
{
background-color: #BDE098;
}
</style>
border-color css
<style>
span { border-color: #BDE098; }
span { border-color: rgb(189,224,152); }
td.TdClassName
{
border-color: #BDE098;
}
.TagClassName
{
border-color: #BDE098;
}
</style>