#BAD861

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

Shades of Wild Willow #BAD861

Tints of Wild Willow #BAD861

Color information

#BAD861 (or 0xBAD861) is unknown color: approx Wild Willow. HEX triplet: BA, D8 and 61. RGB value is (186,216,97). Sum of RGB (Red+Green+Blue) = 186+216+97=499 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.27% from 499); Green value is 216 (84.77% from 255 or 43.29% from 499); Blue value is 97 (38.28% from 255 or 19.44% from 499); Max value from RGB is 216 - color contains mainly: green. Hex color #BAD861 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAD861 is #45279E. Grayscale: #C1C1C1. Windows color (decimal): -4532127 or 6412474. OLE color: 6412474.

HSL color Cylindrical-coordinate representation of color #BAD861: hue angle of 75.13º degrees, saturation: 0.6, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BAD861 is Cyan = 0.14, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.15.

Color convert

RGB18621697-
CMYK0.1400.550.15
HSL75.13º60.41%61.37%-
HSV(B)75.13º55.09%84.71%-
XYZ46.9660.4120.5-
YUV193.4673.56122.68-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.27%
GREEN value IS 216 (84.77% from 255) = 43.29%
BLUE value IS 97 (38.28% from 255) = 19.44%
R=37.27%
G=43.29%
B=19.44%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal186216970.1400.550.1575.1360.4161.37
HexBAD861E037F4b3c3d
Octal27233014116067171137475
Binary101110101101100011000011110011011111111001011111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAD861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAD861; }

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

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

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

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

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

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

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

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