#BEDB9A

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

Shades of Pixie Green #BEDB9A

Tints of Pixie Green #BEDB9A

Color information

#BEDB9A (or 0xBEDB9A) is unknown color: approx Pixie Green. HEX triplet: BE, DB and 9A. RGB value is (190,219,154). Sum of RGB (Red+Green+Blue) = 190+219+154=563 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.75% from 563); Green value is 219 (85.94% from 255 or 38.90% from 563); Blue value is 154 (60.55% from 255 or 27.35% from 563); Max value from RGB is 219 - color contains mainly: green. Hex color #BEDB9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEDB9A is #412465. Grayscale: #CBCBCB. Windows color (decimal): -4269158 or 10148798. OLE color: 10148798.

HSL color Cylindrical-coordinate representation of color #BEDB9A: hue angle of 86.77º degrees, saturation: 0.47, 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 #BEDB9A is Cyan = 0.13, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.14.

Color convert

RGB190219154-
CMYK0.1300.300.14
HSL86.77º47.45%73.14%-
HSV(B)86.77º29.68%85.88%-
XYZ52.463.9440.15-
YUV202.92100.39118.79-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.75%
GREEN value IS 219 (85.94% from 255) = 38.90%
BLUE value IS 154 (60.55% from 255) = 27.35%
R=33.75%
G=38.90%
B=27.35%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1902191540.1300.300.1486.7747.4573.14
HexBEDB9AD01EE572f49
Octal276333232150361612757111
Binary1011111011011011100110101101011110111010101111011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEDB9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEDB9A; }

 p { color: rgb(190,219,154); }

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

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

 a { background-color: rgb(190,219,154); }

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

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

 span { border-color: rgb(190,219,154); }

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