#BEE196

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

Shades of Pixie Green #BEE196

Tints of Pixie Green #BEE196

Color information

#BEE196 (or 0xBEE196) is unknown color: approx Pixie Green. HEX triplet: BE, E1 and 96. RGB value is (190,225,150). Sum of RGB (Red+Green+Blue) = 190+225+150=565 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.63% from 565); Green value is 225 (88.28% from 255 or 39.82% from 565); Blue value is 150 (58.98% from 255 or 26.55% from 565); Max value from RGB is 225 - color contains mainly: green. Hex color #BEE196 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEE196 is #411E69. Grayscale: #CECECE. Windows color (decimal): -4267626 or 9888190. OLE color: 9888190.

HSL color Cylindrical-coordinate representation of color #BEE196: hue angle of 88º 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 #BEE196 is Cyan = 0.16, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.12.

Color convert

RGB190225150-
CMYK0.1600.330.12
HSL88º55.56%73.53%-
HSV(B)88º33.33%88.24%-
XYZ53.676738.96-
YUV205.9896.4116.6-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.63%
GREEN value IS 225 (88.28% from 255) = 39.82%
BLUE value IS 150 (58.98% from 255) = 26.55%
R=33.63%
G=39.82%
B=26.55%

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
Decimal1902251500.1600.330.128855.5673.53
HexBEE19610021C58384a
Octal276341226200411413070112
Binary101111101110000110010110100000100001110010110001110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEE196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEE196; }

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

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

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

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

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

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

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

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