#BAD371

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

Shades of Wild Willow #BAD371

Tints of Wild Willow #BAD371

Color information

#BAD371 (or 0xBAD371) is unknown color: approx Wild Willow. HEX triplet: BA, D3 and 71. RGB value is (186,211,113). Sum of RGB (Red+Green+Blue) = 186+211+113=510 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.47% from 510); Green value is 211 (82.81% from 255 or 41.37% from 510); Blue value is 113 (44.53% from 255 or 22.16% from 510); Max value from RGB is 211 - color contains mainly: green. Hex color #BAD371 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAD371 is #452C8E. Grayscale: #C0C0C0. Windows color (decimal): -4533391 or 7459770. OLE color: 7459770.

HSL color Cylindrical-coordinate representation of color #BAD371: hue angle of 75.31º degrees, saturation: 0.53, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BAD371 is Cyan = 0.12, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.17.

Color convert

RGB186211113-
CMYK0.1200.460.17
HSL75.31º52.69%63.53%-
HSV(B)75.31º46.45%82.75%-
XYZ46.5258.2224.41-
YUV192.3583.22123.47-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.47%
GREEN value IS 211 (82.81% from 255) = 41.37%
BLUE value IS 113 (44.53% from 255) = 22.16%
R=36.47%
G=41.37%
B=22.16%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1862111130.1200.460.1775.3152.6963.53
HexBAD371C02E114b3540
Octal272323161140562111365100
Binary10111010110100111110001110001011101000110010111101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAD371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAD371; }

 p { color: rgb(186,211,113); }

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

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

 a { background-color: rgb(186,211,113); }

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

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

 span { border-color: rgb(186,211,113); }

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