#BED499

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

Shades of Sprout #BED499

Tints of Sprout #BED499

Color information

#BED499 (or 0xBED499) is unknown color: approx Sprout. HEX triplet: BE, D4 and 99. RGB value is (190,212,153). Sum of RGB (Red+Green+Blue) = 190+212+153=555 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.23% from 555); Green value is 212 (83.20% from 255 or 38.20% from 555); Blue value is 153 (60.16% from 255 or 27.57% from 555); Max value from RGB is 212 - color contains mainly: green. Hex color #BED499 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BED499 is #412B66. Grayscale: #C6C6C6. Windows color (decimal): -4270951 or 10081470. OLE color: 10081470.

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

Color convert

RGB190212153-
CMYK0.1000.280.17
HSL82.37º40.69%71.57%-
HSV(B)82.37º27.83%83.14%-
XYZ50.5360.3339.12-
YUV198.7102.21121.8-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.23%
GREEN value IS 212 (83.20% from 255) = 38.20%
BLUE value IS 153 (60.16% from 255) = 27.57%
R=34.23%
G=38.20%
B=27.57%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1902121530.1000.280.1782.3740.6971.57
HexBED499A01C11522948
Octal276324231120342112251110
Binary10111110110101001001100110100111001000110100101010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED499; }

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

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

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

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

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

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

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

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