#BED39D

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

Shades of Sprout #BED39D

Tints of Sprout #BED39D

Color information

#BED39D (or 0xBED39D) is unknown color: approx Sprout. HEX triplet: BE, D3 and 9D. RGB value is (190,211,157). Sum of RGB (Red+Green+Blue) = 190+211+157=558 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.05% from 558); Green value is 211 (82.81% from 255 or 37.81% from 558); Blue value is 157 (61.72% from 255 or 28.14% from 558); Max value from RGB is 211 - color contains mainly: green. Hex color #BED39D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BED39D is #412C62. Grayscale: #C6C6C6. Windows color (decimal): -4271203 or 10343358. OLE color: 10343358.

HSL color Cylindrical-coordinate representation of color #BED39D: hue angle of 83.33º degrees, saturation: 0.38, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BED39D is Cyan = 0.10, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.17.

Color convert

RGB190211157-
CMYK0.1000.260.17
HSL83.33º38.03%72.16%-
HSV(B)83.33º25.59%82.75%-
XYZ50.6259.9740.81-
YUV198.56104.54121.89-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.05%
GREEN value IS 211 (82.81% from 255) = 37.81%
BLUE value IS 157 (61.72% from 255) = 28.14%
R=34.05%
G=37.81%
B=28.14%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1902111570.1000.260.1783.3338.0372.16
HexBED39DA01A11532648
Octal276323235120322112346110
Binary10111110110100111001110110100110101000110100111001101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED39D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED39D; }

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

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

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

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

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

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

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

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