#BED46B

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

Shades of Wild Willow #BED46B

Tints of Wild Willow #BED46B

Color information

#BED46B (or 0xBED46B) is unknown color: approx Wild Willow. HEX triplet: BE, D4 and 6B. RGB value is (190,212,107). Sum of RGB (Red+Green+Blue) = 190+212+107=509 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.33% from 509); Green value is 212 (83.20% from 255 or 41.65% from 509); Blue value is 107 (42.19% from 255 or 21.02% from 509); Max value from RGB is 212 - color contains mainly: green. Hex color #BED46B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BED46B is #412B94. Grayscale: #C1C1C1. Windows color (decimal): -4270997 or 7066814. OLE color: 7066814.

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

Color convert

RGB190212107-
CMYK0.1000.500.17
HSL72.57º54.97%62.55%-
HSV(B)72.57º49.53%83.14%-
XYZ47.4359.122.82-
YUV193.4579.21125.54-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.33%
GREEN value IS 212 (83.20% from 255) = 41.65%
BLUE value IS 107 (42.19% from 255) = 21.02%
R=37.33%
G=41.65%
B=21.02%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1902121070.1000.500.1772.5754.9762.55
HexBED46BA0321149373f
Octal27632415312062211116777
Binary1011111011010100110101110100110010100011001001110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED46B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED46B; }

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

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

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

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

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

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

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

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