#BED44F

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

Shades of Wild Willow #BED44F

Tints of Wild Willow #BED44F

Color information

#BED44F (or 0xBED44F) is unknown color: approx Wild Willow. HEX triplet: BE, D4 and 4F. RGB value is (190,212,79). Sum of RGB (Red+Green+Blue) = 190+212+79=481 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.50% from 481); Green value is 212 (83.20% from 255 or 44.07% from 481); Blue value is 79 (31.25% from 255 or 16.42% from 481); Max value from RGB is 212 - color contains mainly: green. Hex color #BED44F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BED44F is #412BB0. Grayscale: #BEBEBE. Windows color (decimal): -4271025 or 5231806. OLE color: 5231806.

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

Color convert

RGB19021279-
CMYK0.1000.630.17
HSL69.92º60.73%57.06%-
HSV(B)69.92º62.74%83.14%-
XYZ46.1958.616.27-
YUV190.2665.21127.81-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.50%
GREEN value IS 212 (83.20% from 255) = 44.07%
BLUE value IS 79 (31.25% from 255) = 16.42%
R=39.50%
G=44.07%
B=16.42%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal190212790.1000.630.1769.9260.7357.06
HexBED44FA03F11463d39
Octal27632411712077211067571
Binary1011111011010100100111110100111111100011000110111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED44F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED44F; }

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

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

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

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

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

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

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

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