#BEDB91

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

Shades of Sprout #BEDB91

Tints of Sprout #BEDB91

Color information

#BEDB91 (or 0xBEDB91) is unknown color: approx Sprout. HEX triplet: BE, DB and 91. RGB value is (190,219,145). Sum of RGB (Red+Green+Blue) = 190+219+145=554 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.30% from 554); Green value is 219 (85.94% from 255 or 39.53% from 554); Blue value is 145 (57.03% from 255 or 26.17% from 554); Max value from RGB is 219 - color contains mainly: green. Hex color #BEDB91 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEDB91 is #41246E. Grayscale: #CACACA. Windows color (decimal): -4269167 or 9558974. OLE color: 9558974.

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

Color convert

RGB190219145-
CMYK0.1300.340.14
HSL83.51º50.68%71.37%-
HSV(B)83.51º33.79%85.88%-
XYZ51.6863.6536.35-
YUV201.8995.89119.52-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.30%
GREEN value IS 219 (85.94% from 255) = 39.53%
BLUE value IS 145 (57.03% from 255) = 26.17%
R=34.30%
G=39.53%
B=26.17%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1902191450.1300.340.1483.5150.6871.37
HexBEDB91D022E543347
Octal276333221150421612463107
Binary10111110110110111001000111010100010111010101001100111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEDB91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEDB91; }

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

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

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

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

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

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

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

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