#BAD061

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

Shades of Wild Willow #BAD061

Tints of Wild Willow #BAD061

Color information

#BAD061 (or 0xBAD061) is unknown color: approx Wild Willow. HEX triplet: BA, D0 and 61. RGB value is (186,208,97). Sum of RGB (Red+Green+Blue) = 186+208+97=491 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.88% from 491); Green value is 208 (81.64% from 255 or 42.36% from 491); Blue value is 97 (38.28% from 255 or 19.76% from 491); Max value from RGB is 208 - color contains mainly: green. Hex color #BAD061 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAD061 is #452F9E. Grayscale: #BDBDBD. Windows color (decimal): -4534175 or 6410426. OLE color: 6410426.

HSL color Cylindrical-coordinate representation of color #BAD061: hue angle of 71.89º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BAD061 is Cyan = 0.11, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.18.

Color convert

RGB18620897-
CMYK0.1100.530.18
HSL71.89º54.15%59.8%-
HSV(B)71.89º53.37%81.57%-
XYZ44.9656.4119.83-
YUV188.7776.21126.03-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.88%
GREEN value IS 208 (81.64% from 255) = 42.36%
BLUE value IS 97 (38.28% from 255) = 19.76%
R=37.88%
G=42.36%
B=19.76%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal186208970.1100.530.1871.8954.1559.8
HexBAD061B0351248363c
Octal27232014113065221106674
Binary1011101011010000110000110110110101100101001000110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAD061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAD061; }

 p { color: rgb(186,208,97); }

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

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

 a { background-color: rgb(186,208,97); }

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

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

 span { border-color: rgb(186,208,97); }

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