#BED49D

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

Shades of Sprout #BED49D

Tints of Sprout #BED49D

Color information

#BED49D (or 0xBED49D) is unknown color: approx Sprout. HEX triplet: BE, D4 and 9D. RGB value is (190,212,157). Sum of RGB (Red+Green+Blue) = 190+212+157=559 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.99% from 559); Green value is 212 (83.20% from 255 or 37.92% from 559); Blue value is 157 (61.72% from 255 or 28.09% from 559); Max value from RGB is 212 - color contains mainly: green. Hex color #BED49D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BED49D is #412B62. Grayscale: #C7C7C7. Windows color (decimal): -4270947 or 10343614. OLE color: 10343614.

HSL color Cylindrical-coordinate representation of color #BED49D: hue angle of 84º degrees, saturation: 0.39, 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 #BED49D is Cyan = 0.10, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.17.

Color convert

RGB190212157-
CMYK0.1000.260.17
HSL84º39.01%72.35%-
HSV(B)84º25.94%83.14%-
XYZ50.8660.4740.89-
YUV199.15104.21121.47-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.99%
GREEN value IS 212 (83.20% from 255) = 37.92%
BLUE value IS 157 (61.72% from 255) = 28.09%
R=33.99%
G=37.92%
B=28.09%

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
Decimal1902121570.1000.260.178439.0172.35
HexBED49DA01A11542748
Octal276324235120322112447110
Binary10111110110101001001110110100110101000110101001001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED49D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED49D; }

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

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

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

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

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

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

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

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