#BEDA9B

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

Shades of Pixie Green #BEDA9B

Tints of Pixie Green #BEDA9B

Color information

#BEDA9B (or 0xBEDA9B) is unknown color: approx Pixie Green. HEX triplet: BE, DA and 9B. RGB value is (190,218,155). Sum of RGB (Red+Green+Blue) = 190+218+155=563 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.75% from 563); Green value is 218 (85.55% from 255 or 38.72% from 563); Blue value is 155 (60.94% from 255 or 27.53% from 563); Max value from RGB is 218 - color contains mainly: green. Hex color #BEDA9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEDA9B is #412564. Grayscale: #CACACA. Windows color (decimal): -4269413 or 10214078. OLE color: 10214078.

HSL color Cylindrical-coordinate representation of color #BEDA9B: hue angle of 86.67º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BEDA9B is Cyan = 0.13, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.15.

Color convert

RGB190218155-
CMYK0.1300.290.15
HSL86.67º45.99%73.14%-
HSV(B)86.67º28.9%85.49%-
XYZ52.2263.4640.51-
YUV202.45101.22119.12-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.75%
GREEN value IS 218 (85.55% from 255) = 38.72%
BLUE value IS 155 (60.94% from 255) = 27.53%
R=33.75%
G=38.72%
B=27.53%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1902181550.1300.290.1586.6745.9973.14
HexBEDA9BD01DF572e49
Octal276332233150351712756111
Binary1011111011011010100110111101011101111110101111011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEDA9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEDA9B; }

 p { color: rgb(190,218,155); }

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

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

 a { background-color: rgb(190,218,155); }

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

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

 span { border-color: rgb(190,218,155); }

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