#BED590

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

Shades of Sprout #BED590

Tints of Sprout #BED590

Color information

#BED590 (or 0xBED590) is unknown color: approx Sprout. HEX triplet: BE, D5 and 90. RGB value is (190,213,144). Sum of RGB (Red+Green+Blue) = 190+213+144=547 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.73% from 547); Green value is 213 (83.59% from 255 or 38.94% from 547); Blue value is 144 (56.64% from 255 or 26.33% from 547); Max value from RGB is 213 - color contains mainly: green. Hex color #BED590 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BED590 is #412A6F. Grayscale: #C6C6C6. Windows color (decimal): -4270704 or 9491902. OLE color: 9491902.

HSL color Cylindrical-coordinate representation of color #BED590: hue angle of 80º degrees, saturation: 0.45, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BED590 is Cyan = 0.11, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.16.

Color convert

RGB190213144-
CMYK0.1100.320.16
HSL80º45.1%70%-
HSV(B)80º32.39%83.53%-
XYZ50.0660.5535.43-
YUV198.2697.38122.11-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.73%
GREEN value IS 213 (83.59% from 255) = 38.94%
BLUE value IS 144 (56.64% from 255) = 26.33%
R=34.73%
G=38.94%
B=26.33%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1902131440.1100.320.168045.170
HexBED590B02010502d46
Octal276325220130402012055106
Binary101111101101010110010000101101000001000010100001011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED590; }

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

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

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

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

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

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

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

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