#BDE397

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

Shades of Pixie Green #BDE397

Tints of Pixie Green #BDE397

Color information

#BDE397 (or 0xBDE397) is unknown color: approx Pixie Green. HEX triplet: BD, E3 and 97. RGB value is (189,227,151). Sum of RGB (Red+Green+Blue) = 189+227+151=567 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.33% from 567); Green value is 227 (89.06% from 255 or 40.04% from 567); Blue value is 151 (59.38% from 255 or 26.63% from 567); Max value from RGB is 227 - color contains mainly: green. Hex color #BDE397 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDE397 is #421C68. Grayscale: #CFCFCF. Windows color (decimal): -4332649 or 9954237. OLE color: 9954237.

HSL color Cylindrical-coordinate representation of color #BDE397: hue angle of 90º degrees, saturation: 0.58, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BDE397 is Cyan = 0.17, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.11.

Color convert

RGB189227151-
CMYK0.1700.330.11
HSL90º57.58%74.12%-
HSV(B)90º33.48%89.02%-
XYZ54.0467.9939.55-
YUV206.9796.41115.18-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.33%
GREEN value IS 227 (89.06% from 255) = 40.04%
BLUE value IS 151 (59.38% from 255) = 26.63%
R=33.33%
G=40.04%
B=26.63%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1892271510.1700.330.119057.5874.12
HexBDE39711021B5a3a4a
Octal275343227210411313272112
Binary101111011110001110010111100010100001101110110101110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDE397

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDE397; }

 p { color: rgb(189,227,151); }

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

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

 a { background-color: rgb(189,227,151); }

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

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

 span { border-color: rgb(189,227,151); }

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