#BED39A

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

Shades of Sprout #BED39A

Tints of Sprout #BED39A

Color information

#BED39A (or 0xBED39A) is unknown color: approx Sprout. HEX triplet: BE, D3 and 9A. RGB value is (190,211,154). Sum of RGB (Red+Green+Blue) = 190+211+154=555 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.23% from 555); Green value is 211 (82.81% from 255 or 38.02% from 555); Blue value is 154 (60.55% from 255 or 27.75% from 555); Max value from RGB is 211 - color contains mainly: green. Hex color #BED39A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BED39A is #412C65. Grayscale: #C6C6C6. Windows color (decimal): -4271206 or 10146750. OLE color: 10146750.

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

Color convert

RGB190211154-
CMYK0.1000.270.17
HSL82.11º39.31%71.57%-
HSV(B)82.11º27.01%82.75%-
XYZ50.3659.8739.47-
YUV198.22103.04122.13-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.23%
GREEN value IS 211 (82.81% from 255) = 38.02%
BLUE value IS 154 (60.55% from 255) = 27.75%
R=34.23%
G=38.02%
B=27.75%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1902111540.1000.270.1782.1139.3171.57
HexBED39AA01B11522748
Octal276323232120332112247110
Binary10111110110100111001101010100110111000110100101001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED39A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED39A; }

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

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

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

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

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

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

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

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