#BED19D

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

Shades of Sprout #BED19D

Tints of Sprout #BED19D

Color information

#BED19D (or 0xBED19D) is unknown color: approx Sprout. HEX triplet: BE, D1 and 9D. RGB value is (190,209,157). Sum of RGB (Red+Green+Blue) = 190+209+157=556 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.17% from 556); Green value is 209 (82.03% from 255 or 37.59% from 556); Blue value is 157 (61.72% from 255 or 28.24% from 556); Max value from RGB is 209 - color contains mainly: green. Hex color #BED19D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BED19D is #412E62. Grayscale: #C5C5C5. Windows color (decimal): -4271715 or 10342846. OLE color: 10342846.

HSL color Cylindrical-coordinate representation of color #BED19D: hue angle of 81.92º degrees, saturation: 0.36, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BED19D is Cyan = 0.09, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.18.

Color convert

RGB190209157-
CMYK0.0900.250.18
HSL81.92º36.11%71.76%-
HSV(B)81.92º24.88%81.96%-
XYZ50.1258.9840.64-
YUV197.39105.21122.73-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.17%
GREEN value IS 209 (82.03% from 255) = 37.59%
BLUE value IS 157 (61.72% from 255) = 28.24%
R=34.17%
G=37.59%
B=28.24%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1902091570.0900.250.1881.9236.1171.76
HexBED19D901912522448
Octal276321235110312212244110
Binary10111110110100011001110110010110011001010100101001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED19D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED19D; }

 p { color: rgb(190,209,157); }

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

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

 a { background-color: rgb(190,209,157); }

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

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

 span { border-color: rgb(190,209,157); }

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