#BED562

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

Shades of Wild Willow #BED562

Tints of Wild Willow #BED562

Color information

#BED562 (or 0xBED562) is unknown color: approx Wild Willow. HEX triplet: BE, D5 and 62. RGB value is (190,213,98). Sum of RGB (Red+Green+Blue) = 190+213+98=501 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.92% from 501); Green value is 213 (83.59% from 255 or 42.51% from 501); Blue value is 98 (38.67% from 255 or 19.56% from 501); Max value from RGB is 213 - color contains mainly: green. Hex color #BED562 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BED562 is #412A9D. Grayscale: #C1C1C1. Windows color (decimal): -4270750 or 6477246. OLE color: 6477246.

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

Color convert

RGB19021398-
CMYK0.1100.540.16
HSL72º57.79%60.98%-
HSV(B)72º53.99%83.53%-
XYZ47.2359.4220.53-
YUV193.0174.38125.85-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.92%
GREEN value IS 213 (83.59% from 255) = 42.51%
BLUE value IS 98 (38.67% from 255) = 19.56%
R=37.92%
G=42.51%
B=19.56%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal190213980.1100.540.167257.7960.98
HexBED562B03610483a3d
Octal27632514213066201107275
Binary1011111011010101110001010110110110100001001000111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED562

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED562; }

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

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

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

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

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

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

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

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