#BED45E

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

Shades of Wild Willow #BED45E

Tints of Wild Willow #BED45E

Color information

#BED45E (or 0xBED45E) is unknown color: approx Wild Willow. HEX triplet: BE, D4 and 5E. RGB value is (190,212,94). Sum of RGB (Red+Green+Blue) = 190+212+94=496 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.31% from 496); Green value is 212 (83.20% from 255 or 42.74% from 496); Blue value is 94 (37.11% from 255 or 18.95% from 496); Max value from RGB is 212 - color contains mainly: green. Hex color #BED45E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BED45E is #412BA1. Grayscale: #C0C0C0. Windows color (decimal): -4271010 or 6214846. OLE color: 6214846.

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

Color convert

RGB19021294-
CMYK0.1000.560.17
HSL71.19º57.84%60%-
HSV(B)71.19º55.66%83.14%-
XYZ46.858.8419.48-
YUV191.9772.71126.59-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.31%
GREEN value IS 212 (83.20% from 255) = 42.74%
BLUE value IS 94 (37.11% from 255) = 18.95%
R=38.31%
G=42.74%
B=18.95%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal190212940.1000.560.1771.1957.8460
HexBED45EA03811473a3c
Octal27632413612070211077274
Binary1011111011010100101111010100111000100011000111111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED45E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED45E; }

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

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

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

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

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

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

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

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