#BEDD9A

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

Shades of Pixie Green #BEDD9A

Tints of Pixie Green #BEDD9A

Color information

#BEDD9A (or 0xBEDD9A) is unknown color: approx Pixie Green. HEX triplet: BE, DD and 9A. RGB value is (190,221,154). Sum of RGB (Red+Green+Blue) = 190+221+154=565 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.63% from 565); Green value is 221 (86.72% from 255 or 39.12% from 565); Blue value is 154 (60.55% from 255 or 27.26% from 565); Max value from RGB is 221 - color contains mainly: green. Hex color #BEDD9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEDD9A is #412265. Grayscale: #CCCCCC. Windows color (decimal): -4268646 or 10149310. OLE color: 10149310.

HSL color Cylindrical-coordinate representation of color #BEDD9A: hue angle of 87.76º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BEDD9A is Cyan = 0.14, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.13.

Color convert

RGB190221154-
CMYK0.1400.300.13
HSL87.76º49.63%73.53%-
HSV(B)87.76º30.32%86.67%-
XYZ52.9264.9940.33-
YUV204.0999.73117.95-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.63%
GREEN value IS 221 (86.72% from 255) = 39.12%
BLUE value IS 154 (60.55% from 255) = 27.26%
R=33.63%
G=39.12%
B=27.26%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1902211540.1400.300.1387.7649.6373.53
HexBEDD9AE01ED58324a
Octal276335232160361513062112
Binary1011111011011101100110101110011110110110110001100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEDD9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEDD9A; }

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

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

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

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

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

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

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

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