#BDE398

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

Shades of Pixie Green #BDE398

Tints of Pixie Green #BDE398

Color information

#BDE398 (or 0xBDE398) is unknown color: approx Pixie Green. HEX triplet: BD, E3 and 98. RGB value is (189,227,152). Sum of RGB (Red+Green+Blue) = 189+227+152=568 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.27% from 568); Green value is 227 (89.06% from 255 or 39.96% from 568); Blue value is 152 (59.77% from 255 or 26.76% from 568); Max value from RGB is 227 - color contains mainly: green. Hex color #BDE398 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDE398 is #421C67. Grayscale: #CFCFCF. Windows color (decimal): -4332648 or 10019773. OLE color: 10019773.

HSL color Cylindrical-coordinate representation of color #BDE398: hue angle of 90.4º degrees, saturation: 0.57, 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 #BDE398 is Cyan = 0.17, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.11.

Color convert

RGB189227152-
CMYK0.1700.330.11
HSL90.4º57.25%74.31%-
HSV(B)90.4º33.04%89.02%-
XYZ54.1268.0239.98-
YUV207.0996.91115.1-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.27%
GREEN value IS 227 (89.06% from 255) = 39.96%
BLUE value IS 152 (59.77% from 255) = 26.76%
R=33.27%
G=39.96%
B=26.76%

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
Decimal1892271520.1700.330.1190.457.2574.31
HexBDE39811021B5a394a
Octal275343230210411313271112
Binary101111011110001110011000100010100001101110110101110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDE398

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDE398; }

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

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

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

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

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

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

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

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