#BAD367

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

Shades of Wild Willow #BAD367

Tints of Wild Willow #BAD367

Color information

#BAD367 (or 0xBAD367) is unknown color: approx Wild Willow. HEX triplet: BA, D3 and 67. RGB value is (186,211,103). Sum of RGB (Red+Green+Blue) = 186+211+103=500 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.2% from 500); Green value is 211 (82.81% from 255 or 42.2% from 500); Blue value is 103 (40.62% from 255 or 20.6% from 500); Max value from RGB is 211 - color contains mainly: green. Hex color #BAD367 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAD367 is #452C98. Grayscale: #BFBFBF. Windows color (decimal): -4533401 or 6804410. OLE color: 6804410.

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

Color convert

RGB186211103-
CMYK0.1200.510.17
HSL73.89º55.1%61.57%-
HSV(B)73.89º51.18%82.75%-
XYZ45.9958.0121.6-
YUV191.2178.22124.28-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.2%
GREEN value IS 211 (82.81% from 255) = 42.2%
BLUE value IS 103 (40.62% from 255) = 20.6%
R=37.2%
G=42.2%
B=20.6%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1862111030.1200.510.1773.8955.161.57
HexBAD367C033114a373e
Octal27232314714063211126776
Binary1011101011010011110011111000110011100011001010110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAD367

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAD367; }

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

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

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

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

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

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

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

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