#BED46F

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

Shades of Wild Willow #BED46F

Tints of Wild Willow #BED46F

Color information

#BED46F (or 0xBED46F) is unknown color: approx Wild Willow. HEX triplet: BE, D4 and 6F. RGB value is (190,212,111). Sum of RGB (Red+Green+Blue) = 190+212+111=513 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.04% from 513); Green value is 212 (83.20% from 255 or 41.33% from 513); Blue value is 111 (43.75% from 255 or 21.64% from 513); Max value from RGB is 212 - color contains mainly: green. Hex color #BED46F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BED46F is #412B90. Grayscale: #C2C2C2. Windows color (decimal): -4270993 or 7328958. OLE color: 7328958.

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

Color convert

RGB190212111-
CMYK0.1000.480.17
HSL73.07º54.01%63.33%-
HSV(B)73.07º47.64%83.14%-
XYZ47.6559.1823.95-
YUV193.9181.21125.21-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.04%
GREEN value IS 212 (83.20% from 255) = 41.33%
BLUE value IS 111 (43.75% from 255) = 21.64%
R=37.04%
G=41.33%
B=21.64%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1902121110.1000.480.1773.0754.0163.33
HexBED46FA0301149363f
Octal27632415712060211116677
Binary1011111011010100110111110100110000100011001001110110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED46F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED46F; }

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

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

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

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

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

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

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

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