#BAD054

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

Shades of Wild Willow #BAD054

Tints of Wild Willow #BAD054

Color information

#BAD054 (or 0xBAD054) is unknown color: approx Wild Willow. HEX triplet: BA, D0 and 54. RGB value is (186,208,84). Sum of RGB (Red+Green+Blue) = 186+208+84=478 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.91% from 478); Green value is 208 (81.64% from 255 or 43.51% from 478); Blue value is 84 (33.20% from 255 or 17.57% from 478); Max value from RGB is 208 - color contains mainly: green. Hex color #BAD054 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAD054 is #452FAB. Grayscale: #BBBBBB. Windows color (decimal): -4534188 or 5558458. OLE color: 5558458.

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

Color convert

RGB18620884-
CMYK0.1100.600.18
HSL70.65º56.88%57.25%-
HSV(B)70.65º59.62%81.57%-
XYZ44.4156.1916.89-
YUV187.2969.71127.08-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.91%
GREEN value IS 208 (81.64% from 255) = 43.51%
BLUE value IS 84 (33.20% from 255) = 17.57%
R=38.91%
G=43.51%
B=17.57%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal186208840.1100.600.1870.6556.8857.25
HexBAD054B03C12473939
Octal27232012413074221077171
Binary1011101011010000101010010110111100100101000111111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAD054

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAD054; }

 p { color: rgb(186,208,84); }

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

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

 a { background-color: rgb(186,208,84); }

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

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

 span { border-color: rgb(186,208,84); }

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