#BED890

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

Shades of Sprout #BED890

Tints of Sprout #BED890

Color information

#BED890 (or 0xBED890) is unknown color: approx Sprout. HEX triplet: BE, D8 and 90. RGB value is (190,216,144). Sum of RGB (Red+Green+Blue) = 190+216+144=550 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.55% from 550); Green value is 216 (84.77% from 255 or 39.27% from 550); Blue value is 144 (56.64% from 255 or 26.18% from 550); Max value from RGB is 216 - color contains mainly: green. Hex color #BED890 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BED890 is #41276F. Grayscale: #C8C8C8. Windows color (decimal): -4269936 or 9492670. OLE color: 9492670.

HSL color Cylindrical-coordinate representation of color #BED890: hue angle of 81.67º degrees, saturation: 0.48, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BED890 is Cyan = 0.12, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.15.

Color convert

RGB190216144-
CMYK0.1200.330.15
HSL81.67º48%70.59%-
HSV(B)81.67º33.33%84.71%-
XYZ50.8362.0735.69-
YUV200.0296.39120.85-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.55%
GREEN value IS 216 (84.77% from 255) = 39.27%
BLUE value IS 144 (56.64% from 255) = 26.18%
R=34.55%
G=39.27%
B=26.18%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1902161440.1200.330.1581.674870.59
HexBED890C021F523047
Octal276330220140411712260107
Binary10111110110110001001000011000100001111110100101100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED890

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED890; }

 p { color: rgb(190,216,144); }

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

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

 a { background-color: rgb(190,216,144); }

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

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

 span { border-color: rgb(190,216,144); }

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