#BEDB9B

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

Shades of Pixie Green #BEDB9B

Tints of Pixie Green #BEDB9B

Color information

#BEDB9B (or 0xBEDB9B) is unknown color: approx Pixie Green. HEX triplet: BE, DB and 9B. RGB value is (190,219,155). Sum of RGB (Red+Green+Blue) = 190+219+155=564 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.69% from 564); Green value is 219 (85.94% from 255 or 38.83% from 564); Blue value is 155 (60.94% from 255 or 27.48% from 564); Max value from RGB is 219 - color contains mainly: green. Hex color #BEDB9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEDB9B is #412464. Grayscale: #CBCBCB. Windows color (decimal): -4269157 or 10214334. OLE color: 10214334.

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

Color convert

RGB190219155-
CMYK0.1300.290.14
HSL87.19º47.06%73.33%-
HSV(B)87.19º29.22%85.88%-
XYZ52.4863.9840.59-
YUV203.03100.89118.7-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.69%
GREEN value IS 219 (85.94% from 255) = 38.83%
BLUE value IS 155 (60.94% from 255) = 27.48%
R=33.69%
G=38.83%
B=27.48%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1902191550.1300.290.1487.1947.0673.33
HexBEDB9BD01DE572f49
Octal276333233150351612757111
Binary1011111011011011100110111101011101111010101111011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEDB9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEDB9B; }

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

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

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

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

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

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

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

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