#BED574

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

Shades of Wild Willow #BED574

Tints of Wild Willow #BED574

Color information

#BED574 (or 0xBED574) is unknown color: approx Wild Willow. HEX triplet: BE, D5 and 74. RGB value is (190,213,116). Sum of RGB (Red+Green+Blue) = 190+213+116=519 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.61% from 519); Green value is 213 (83.59% from 255 or 41.04% from 519); Blue value is 116 (45.70% from 255 or 22.35% from 519); Max value from RGB is 213 - color contains mainly: green. Hex color #BED574 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BED574 is #412A8B. Grayscale: #C3C3C3. Windows color (decimal): -4270732 or 7656894. OLE color: 7656894.

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

Color convert

RGB190213116-
CMYK0.1100.460.16
HSL74.23º53.59%64.51%-
HSV(B)74.23º45.54%83.53%-
XYZ48.1859.825.53-
YUV195.0683.38124.39-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.61%
GREEN value IS 213 (83.59% from 255) = 41.04%
BLUE value IS 116 (45.70% from 255) = 22.35%
R=36.61%
G=41.04%
B=22.35%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1902131160.1100.460.1674.2353.5964.51
HexBED574B02E104a3641
Octal276325164130562011266101
Binary10111110110101011110100101101011101000010010101101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED574; }

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

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

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

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

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

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

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

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