Shades of Pixie Green #BDE198
Tints of Pixie Green #BDE198
RGB
CMYK
RGB Variations
Color information
#BDE198 (or 0xBDE198) is known color: Pixie Green. HEX triplet: BD, E1 and 98. RGB value is (189,225,152). Sum of RGB (Red+Green+Blue) = 189+225+152=566 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.39% from 566); Green value is 225 (88.28% from 255 or 39.75% from 566); Blue value is 152 (59.77% from 255 or 26.86% from 566); Max value from RGB is 225 - color contains mainly: green. Hex color #BDE198 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDE198 is #421E67. Grayscale: #CECECE. Windows color (decimal): -4333160 or 10019261. OLE color: 10019261.
HSL color Cylindrical-coordinate representation of color #BDE198: hue angle of 89.59º degrees, saturation: 0.55, 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 #BDE198 is Cyan = 0.16, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 189 | 225 | 152 | - |
| CMYK | 0.16 | 0 | 0.32 | 0.12 |
| HSL | 89.59º | 0.55% | 0.74% | - |
| HSV(B) | 89.59º | 0.32% | 0.88% | - |
| XYZ | 53.58 | 66.94 | 39.8 | - |
| YUV | 205.91 | 97.57 | 115.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 225 | 152 | 0.16 | 0 | 0.32 | 0.12 | 89.59 | 0.55 | 0.74 |
| Hex | BD | E1 | 98 | 10 | 0 | 20 | C | 5A | 37 | 4A |
| Octal | 275 | 341 | 230 | 20 | 0 | 40 | 14 | 132 | 67 | 112 |
| Binary | 10111101 | 11100001 | 10011000 | 10000 | 0 | 100000 | 1100 | 1011010 | 110111 | 1001010 |
Color Harmonies of #BDE198
Complementary color
Monochromatic Colors of #BDE198
Black with #BDE198
Text Example
Text Example
White with #BDE198
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE198; }
p { color: rgb(189,225,152); }
H1.HeaderClassName
{
color: #BDE198;
}
.AnyTagClassName
{
color: #BDE198;
}
</style>
background-color css
<style>
a { background-color: #BDE198; }
a { background-color: rgb(189,225,152); }
div.DivClassName
{
background-color: #BDE198;
}
.BgClassName
{
background-color: #BDE198;
}
</style>
border-color css
<style>
span { border-color: #BDE198; }
span { border-color: rgb(189,225,152); }
td.TdClassName
{
border-color: #BDE198;
}
.TagClassName
{
border-color: #BDE198;
}
</style>