#BAD156

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

Shades of Wild Willow #BAD156

Tints of Wild Willow #BAD156

Color information

#BAD156 (or 0xBAD156) is unknown color: approx Wild Willow. HEX triplet: BA, D1 and 56. RGB value is (186,209,86). Sum of RGB (Red+Green+Blue) = 186+209+86=481 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.67% from 481); Green value is 209 (82.03% from 255 or 43.45% from 481); Blue value is 86 (33.98% from 255 or 17.88% from 481); Max value from RGB is 209 - color contains mainly: green. Hex color #BAD156 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAD156 is #452EA9. Grayscale: #BCBCBC. Windows color (decimal): -4533930 or 5689786. OLE color: 5689786.

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

Color convert

RGB18620986-
CMYK0.1100.590.18
HSL71.22º57.21%57.84%-
HSV(B)71.22º58.85%81.96%-
XYZ44.7356.7117.39-
YUV188.170.38126.5-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.67%
GREEN value IS 209 (82.03% from 255) = 43.45%
BLUE value IS 86 (33.98% from 255) = 17.88%
R=38.67%
G=43.45%
B=17.88%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal186209860.1100.590.1871.2257.2157.84
HexBAD156B03B1247393a
Octal27232112613073221077172
Binary1011101011010001101011010110111011100101000111111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAD156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAD156; }

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

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

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

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

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

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

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

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