#BAD356

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

Shades of Wild Willow #BAD356

Tints of Wild Willow #BAD356

Color information

#BAD356 (or 0xBAD356) is unknown color: approx Wild Willow. HEX triplet: BA, D3 and 56. RGB value is (186,211,86). Sum of RGB (Red+Green+Blue) = 186+211+86=483 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.51% from 483); Green value is 211 (82.81% from 255 or 43.69% from 483); Blue value is 86 (33.98% from 255 or 17.81% from 483); Max value from RGB is 211 - color contains mainly: green. Hex color #BAD356 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAD356 is #452CA9. Grayscale: #BDBDBD. Windows color (decimal): -4533418 or 5690298. OLE color: 5690298.

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

Color convert

RGB18621186-
CMYK0.1200.590.17
HSL72º58.69%58.24%-
HSV(B)72º59.24%82.75%-
XYZ45.2257.717.56-
YUV189.2869.72125.66-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.51%
GREEN value IS 211 (82.81% from 255) = 43.69%
BLUE value IS 86 (33.98% from 255) = 17.81%
R=38.51%
G=43.69%
B=17.81%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal186211860.1200.590.177258.6958.24
HexBAD356C03B11483b3a
Octal27232312614073211107372
Binary1011101011010011101011011000111011100011001000111011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAD356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAD356; }

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

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

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

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

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

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

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

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