#BDE096

Color #BDE096 Pixie Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pixie Green #BDE096

Tints of Pixie Green #BDE096

Color information

#BDE096 (or 0xBDE096) is unknown color: approx Pixie Green. HEX triplet: BD, E0 and 96. RGB value is (189,224,150). Sum of RGB (Red+Green+Blue) = 189+224+150=563 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.57% from 563); Green value is 224 (87.89% from 255 or 39.79% from 563); Blue value is 150 (58.98% from 255 or 26.64% from 563); Max value from RGB is 224 - color contains mainly: green. Hex color #BDE096 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDE096 is #421F69. Grayscale: #CDCDCD. Windows color (decimal): -4333418 or 9887933. OLE color: 9887933.

HSL color Cylindrical-coordinate representation of color #BDE096: hue angle of 88.38º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BDE096 is Cyan = 0.16, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.12.

Color convert

RGB189224150-
CMYK0.1600.330.12
HSL88.38º54.41%73.33%-
HSV(B)88.38º33.04%87.84%-
XYZ53.1566.3338.86-
YUV205.196.9116.52-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 189 (74.22% from 255) = 33.57%
GREEN value IS 224 (87.89% from 255) = 39.79%
BLUE value IS 150 (58.98% from 255) = 26.64%
R=33.57%
G=39.79%
B=26.64%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1892241500.1600.330.1288.3854.4173.33
HexBDE09610021C583649
Octal275340226200411413066111
Binary101111011110000010010110100000100001110010110001101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDE096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDE096; }

 p { color: rgb(189,224,150); }

 H1.HeaderClassName
 {
   color: #BDE096;
 }
 .AnyTagClassName
 {
   color: #BDE096;
 }
</style>
background-color css

<style>
 a { background-color: #BDE096; }

 a { background-color: rgb(189,224,150); }

 div.DivClassName
 {
   background-color: #BDE096;
 }
 .BgClassName
 {
   background-color: #BDE096;
 }
</style>
border-color css

<style>
 span { border-color: #BDE096; }

 span { border-color: rgb(189,224,150); }

 td.TdClassName
 {
   border-color: #BDE096;
 }
 .TagClassName
 {
   border-color: #BDE096;
 }
</style>