#BAD372

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

Shades of Wild Willow #BAD372

Tints of Wild Willow #BAD372

Color information

#BAD372 (or 0xBAD372) is unknown color: approx Wild Willow. HEX triplet: BA, D3 and 72. RGB value is (186,211,114). Sum of RGB (Red+Green+Blue) = 186+211+114=511 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.40% from 511); Green value is 211 (82.81% from 255 or 41.29% from 511); Blue value is 114 (44.92% from 255 or 22.31% from 511); Max value from RGB is 211 - color contains mainly: green. Hex color #BAD372 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAD372 is #452C8D. Grayscale: #C0C0C0. Windows color (decimal): -4533390 or 7525306. OLE color: 7525306.

HSL color Cylindrical-coordinate representation of color #BAD372: hue angle of 75.46º degrees, saturation: 0.52, 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 #BAD372 is Cyan = 0.12, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.17.

Color convert

RGB186211114-
CMYK0.1200.460.17
HSL75.46º52.43%63.73%-
HSV(B)75.46º45.97%82.75%-
XYZ46.5858.2424.71-
YUV192.4783.72123.39-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.40%
GREEN value IS 211 (82.81% from 255) = 41.29%
BLUE value IS 114 (44.92% from 255) = 22.31%
R=36.40%
G=41.29%
B=22.31%

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
Decimal1862111140.1200.460.1775.4652.4363.73
HexBAD372C02E114b3440
Octal272323162140562111364100
Binary10111010110100111110010110001011101000110010111101001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAD372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAD372; }

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

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

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

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

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

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

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

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