#BDE196

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

Shades of Pixie Green #BDE196

Tints of Pixie Green #BDE196

Color information

#BDE196 (or 0xBDE196) is unknown color: approx Pixie Green. HEX triplet: BD, E1 and 96. RGB value is (189,225,150). Sum of RGB (Red+Green+Blue) = 189+225+150=564 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.51% from 564); Green value is 225 (88.28% from 255 or 39.89% from 564); Blue value is 150 (58.98% from 255 or 26.60% from 564); Max value from RGB is 225 - color contains mainly: green. Hex color #BDE196 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDE196 is #421E69. Grayscale: #CDCDCD. Windows color (decimal): -4333162 or 9888189. OLE color: 9888189.

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

Color convert

RGB189225150-
CMYK0.1600.330.12
HSL88.8º55.56%73.53%-
HSV(B)88.8º33.33%88.24%-
XYZ53.4266.8738.95-
YUV205.6996.57116.1-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.51%
GREEN value IS 225 (88.28% from 255) = 39.89%
BLUE value IS 150 (58.98% from 255) = 26.60%
R=33.51%
G=39.89%
B=26.60%

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
Decimal1892251500.1600.330.1288.855.5673.53
HexBDE19610021C59384a
Octal275341226200411413170112
Binary101111011110000110010110100000100001110010110011110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDE196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDE196; }

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

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

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

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

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

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

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

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