#BEDC99

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

Shades of Pixie Green #BEDC99

Tints of Pixie Green #BEDC99

Color information

#BEDC99 (or 0xBEDC99) is unknown color: approx Pixie Green. HEX triplet: BE, DC and 99. RGB value is (190,220,153). Sum of RGB (Red+Green+Blue) = 190+220+153=563 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.75% from 563); Green value is 220 (86.33% from 255 or 39.08% from 563); Blue value is 153 (60.16% from 255 or 27.18% from 563); Max value from RGB is 220 - color contains mainly: green. Hex color #BEDC99 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEDC99 is #412366. Grayscale: #CBCBCB. Windows color (decimal): -4268903 or 10083518. OLE color: 10083518.

HSL color Cylindrical-coordinate representation of color #BEDC99: hue angle of 86.87º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BEDC99 is Cyan = 0.14, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.14.

Color convert

RGB190220153-
CMYK0.1400.300.14
HSL86.87º48.91%73.14%-
HSV(B)86.87º30.45%86.27%-
XYZ52.5864.4339.8-
YUV203.3999.56118.45-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.75%
GREEN value IS 220 (86.33% from 255) = 39.08%
BLUE value IS 153 (60.16% from 255) = 27.18%
R=33.75%
G=39.08%
B=27.18%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1902201530.1400.300.1486.8748.9173.14
HexBEDC99E01EE573149
Octal276334231160361612761111
Binary1011111011011100100110011110011110111010101111100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEDC99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEDC99; }

 p { color: rgb(190,220,153); }

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

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

 a { background-color: rgb(190,220,153); }

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

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

 span { border-color: rgb(190,220,153); }

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