#BEDA66

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

Shades of Wild Willow #BEDA66

Tints of Wild Willow #BEDA66

Color information

#BEDA66 (or 0xBEDA66) is unknown color: approx Wild Willow. HEX triplet: BE, DA and 66. RGB value is (190,218,102). Sum of RGB (Red+Green+Blue) = 190+218+102=510 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.25% from 510); Green value is 218 (85.55% from 255 or 42.75% from 510); Blue value is 102 (40.23% from 255 or 20% from 510); Max value from RGB is 218 - color contains mainly: green. Hex color #BEDA66 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEDA66 is #412599. Grayscale: #C4C4C4. Windows color (decimal): -4269466 or 6740670. OLE color: 6740670.

HSL color Cylindrical-coordinate representation of color #BEDA66: hue angle of 74.48º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BEDA66 is Cyan = 0.13, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.15.

Color convert

RGB190218102-
CMYK0.1300.530.15
HSL74.48º61.05%62.75%-
HSV(B)74.48º53.21%85.49%-
XYZ48.762.0521.98-
YUV196.474.72123.43-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.25%
GREEN value IS 218 (85.55% from 255) = 42.75%
BLUE value IS 102 (40.23% from 255) = 20%
R=37.25%
G=42.75%
B=20%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1902181020.1300.530.1574.4861.0562.75
HexBEDA66D035F4a3d3f
Octal27633214615065171127577
Binary101111101101101011001101101011010111111001010111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEDA66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEDA66; }

 p { color: rgb(190,218,102); }

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

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

 a { background-color: rgb(190,218,102); }

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

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

 span { border-color: rgb(190,218,102); }

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