#BED29D

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

Shades of Sprout #BED29D

Tints of Sprout #BED29D

Color information

#BED29D (or 0xBED29D) is unknown color: approx Sprout. HEX triplet: BE, D2 and 9D. RGB value is (190,210,157). Sum of RGB (Red+Green+Blue) = 190+210+157=557 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.11% from 557); Green value is 210 (82.42% from 255 or 37.70% from 557); Blue value is 157 (61.72% from 255 or 28.19% from 557); Max value from RGB is 210 - color contains mainly: green. Hex color #BED29D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BED29D is #412D62. Grayscale: #C6C6C6. Windows color (decimal): -4271459 or 10343102. OLE color: 10343102.

HSL color Cylindrical-coordinate representation of color #BED29D: hue angle of 82.64º degrees, saturation: 0.37, 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 #BED29D is Cyan = 0.10, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.18.

Color convert

RGB190210157-
CMYK0.1000.250.18
HSL82.64º37.06%71.96%-
HSV(B)82.64º25.24%82.35%-
XYZ50.3759.4740.72-
YUV197.98104.87122.31-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.11%
GREEN value IS 210 (82.42% from 255) = 37.70%
BLUE value IS 157 (61.72% from 255) = 28.19%
R=34.11%
G=37.70%
B=28.19%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1902101570.1000.250.1882.6437.0671.96
HexBED29DA01912532548
Octal276322235120312212345110
Binary10111110110100101001110110100110011001010100111001011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED29D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED29D; }

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

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

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

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

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

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

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

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