#BEDD6A

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

Shades of Wild Willow #BEDD6A

Tints of Wild Willow #BEDD6A

Color information

#BEDD6A (or 0xBEDD6A) is unknown color: approx Wild Willow. HEX triplet: BE, DD and 6A. RGB value is (190,221,106). Sum of RGB (Red+Green+Blue) = 190+221+106=517 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.75% from 517); Green value is 221 (86.72% from 255 or 42.75% from 517); Blue value is 106 (41.80% from 255 or 20.50% from 517); Max value from RGB is 221 - color contains mainly: green. Hex color #BEDD6A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEDD6A is #412295. Grayscale: #C7C7C7. Windows color (decimal): -4268694 or 7003582. OLE color: 7003582.

HSL color Cylindrical-coordinate representation of color #BEDD6A: hue angle of 76.17º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BEDD6A is Cyan = 0.14, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.13.

Color convert

RGB190221106-
CMYK0.1400.520.13
HSL76.17º62.84%64.12%-
HSV(B)76.17º52.04%86.67%-
XYZ49.6963.723.31-
YUV198.6275.73121.85-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.75%
GREEN value IS 221 (86.72% from 255) = 42.75%
BLUE value IS 106 (41.80% from 255) = 20.50%
R=36.75%
G=42.75%
B=20.50%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1902211060.1400.520.1376.1762.8464.12
HexBEDD6AE034D4c3f40
Octal276335152160641511477100
Binary1011111011011101110101011100110100110110011001111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEDD6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEDD6A; }

 p { color: rgb(190,221,106); }

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

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

 a { background-color: rgb(190,221,106); }

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

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

 span { border-color: rgb(190,221,106); }

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