#BAD56E

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

Shades of Wild Willow #BAD56E

Tints of Wild Willow #BAD56E

Color information

#BAD56E (or 0xBAD56E) is unknown color: approx Wild Willow. HEX triplet: BA, D5 and 6E. RGB value is (186,213,110). Sum of RGB (Red+Green+Blue) = 186+213+110=509 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.54% from 509); Green value is 213 (83.59% from 255 or 41.85% from 509); Blue value is 110 (43.36% from 255 or 21.61% from 509); Max value from RGB is 213 - color contains mainly: green. Hex color #BAD56E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAD56E is #452A91. Grayscale: #C1C1C1. Windows color (decimal): -4532882 or 7263674. OLE color: 7263674.

HSL color Cylindrical-coordinate representation of color #BAD56E: hue angle of 75.73º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BAD56E is Cyan = 0.13, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.16.

Color convert

RGB186213110-
CMYK0.1300.480.16
HSL75.73º55.08%63.33%-
HSV(B)75.73º48.36%83.53%-
XYZ46.8659.1523.7-
YUV193.1881.05122.88-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.54%
GREEN value IS 213 (83.59% from 255) = 41.85%
BLUE value IS 110 (43.36% from 255) = 21.61%
R=36.54%
G=41.85%
B=21.61%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1862131100.1300.480.1675.7355.0863.33
HexBAD56ED030104c373f
Octal27232515615060201146777
Binary1011101011010101110111011010110000100001001100110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAD56E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAD56E; }

 p { color: rgb(186,213,110); }

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

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

 a { background-color: rgb(186,213,110); }

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

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

 span { border-color: rgb(186,213,110); }

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