#BAD366

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

Shades of Wild Willow #BAD366

Tints of Wild Willow #BAD366

Color information

#BAD366 (or 0xBAD366) is unknown color: approx Wild Willow. HEX triplet: BA, D3 and 66. RGB value is (186,211,102). Sum of RGB (Red+Green+Blue) = 186+211+102=499 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.27% from 499); Green value is 211 (82.81% from 255 or 42.28% from 499); Blue value is 102 (40.23% from 255 or 20.44% from 499); Max value from RGB is 211 - color contains mainly: green. Hex color #BAD366 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAD366 is #452C99. Grayscale: #BFBFBF. Windows color (decimal): -4533402 or 6738874. OLE color: 6738874.

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

Color convert

RGB186211102-
CMYK0.1200.520.17
HSL73.76º55.33%61.37%-
HSV(B)73.76º51.66%82.75%-
XYZ45.9457.9921.34-
YUV191.177.72124.36-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.27%
GREEN value IS 211 (82.81% from 255) = 42.28%
BLUE value IS 102 (40.23% from 255) = 20.44%
R=37.27%
G=42.28%
B=20.44%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1862111020.1200.520.1773.7655.3361.37
HexBAD366C034114a373d
Octal27232314614064211126775
Binary1011101011010011110011011000110100100011001010110111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAD366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAD366; }

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

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

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

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

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

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

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

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