#BAD560

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

Shades of Wild Willow #BAD560

Tints of Wild Willow #BAD560

Color information

#BAD560 (or 0xBAD560) is unknown color: approx Wild Willow. HEX triplet: BA, D5 and 60. RGB value is (186,213,96). Sum of RGB (Red+Green+Blue) = 186+213+96=495 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.58% from 495); Green value is 213 (83.59% from 255 or 43.03% from 495); Blue value is 96 (37.89% from 255 or 19.39% from 495); Max value from RGB is 213 - color contains mainly: green. Hex color #BAD560 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAD560 is #452A9F. Grayscale: #C0C0C0. Windows color (decimal): -4532896 or 6346170. OLE color: 6346170.

HSL color Cylindrical-coordinate representation of color #BAD560: hue angle of 73.85º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BAD560 is Cyan = 0.13, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.16.

Color convert

RGB18621396-
CMYK0.1300.550.16
HSL73.85º58.21%60.59%-
HSV(B)73.85º54.93%83.53%-
XYZ46.1658.8720-
YUV191.5974.05124.01-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.58%
GREEN value IS 213 (83.59% from 255) = 43.03%
BLUE value IS 96 (37.89% from 255) = 19.39%
R=37.58%
G=43.03%
B=19.39%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal186213960.1300.550.1673.8558.2160.59
HexBAD560D037104a3a3d
Octal27232514015067201127275
Binary1011101011010101110000011010110111100001001010111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAD560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAD560; }

 p { color: rgb(186,213,96); }

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

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

 a { background-color: rgb(186,213,96); }

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

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

 span { border-color: rgb(186,213,96); }

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