#BAD05A

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

Shades of Wild Willow #BAD05A

Tints of Wild Willow #BAD05A

Color information

#BAD05A (or 0xBAD05A) is unknown color: approx Wild Willow. HEX triplet: BA, D0 and 5A. RGB value is (186,208,90). Sum of RGB (Red+Green+Blue) = 186+208+90=484 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.43% from 484); Green value is 208 (81.64% from 255 or 42.98% from 484); Blue value is 90 (35.55% from 255 or 18.60% from 484); Max value from RGB is 208 - color contains mainly: green. Hex color #BAD05A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAD05A is #452FA5. Grayscale: #BCBCBC. Windows color (decimal): -4534182 or 5951674. OLE color: 5951674.

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

Color convert

RGB18620890-
CMYK0.1100.570.18
HSL71.19º55.66%58.43%-
HSV(B)71.19º56.73%81.57%-
XYZ44.6556.2918.18-
YUV187.9772.71126.59-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.43%
GREEN value IS 208 (81.64% from 255) = 42.98%
BLUE value IS 90 (35.55% from 255) = 18.60%
R=38.43%
G=42.98%
B=18.60%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal186208900.1100.570.1871.1955.6658.43
HexBAD05AB0391247383a
Octal27232013213071221077072
Binary1011101011010000101101010110111001100101000111111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAD05A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAD05A; }

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

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

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

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

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

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

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

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