#BAD564

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

Shades of Wild Willow #BAD564

Tints of Wild Willow #BAD564

Color information

#BAD564 (or 0xBAD564) is unknown color: approx Wild Willow. HEX triplet: BA, D5 and 64. RGB value is (186,213,100). Sum of RGB (Red+Green+Blue) = 186+213+100=499 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.27% from 499); Green value is 213 (83.59% from 255 or 42.69% from 499); Blue value is 100 (39.45% from 255 or 20.04% from 499); Max value from RGB is 213 - color contains mainly: green. Hex color #BAD564 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAD564 is #452A9B. Grayscale: #C0C0C0. Windows color (decimal): -4532892 or 6608314. OLE color: 6608314.

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

Color convert

RGB186213100-
CMYK0.1300.530.16
HSL74.34º57.36%61.37%-
HSV(B)74.34º53.05%83.53%-
XYZ46.3458.9520.99-
YUV192.0476.05123.69-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.27%
GREEN value IS 213 (83.59% from 255) = 42.69%
BLUE value IS 100 (39.45% from 255) = 20.04%
R=37.27%
G=42.69%
B=20.04%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1862131000.1300.530.1674.3457.3661.37
HexBAD564D035104a393d
Octal27232514415065201127175
Binary1011101011010101110010011010110101100001001010111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAD564

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAD564; }

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

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

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

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

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

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

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

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