#BAD966

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

Shades of Wild Willow #BAD966

Tints of Wild Willow #BAD966

Color information

#BAD966 (or 0xBAD966) is unknown color: approx Wild Willow. HEX triplet: BA, D9 and 66. RGB value is (186,217,102). Sum of RGB (Red+Green+Blue) = 186+217+102=505 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.83% from 505); Green value is 217 (85.16% from 255 or 42.97% from 505); Blue value is 102 (40.23% from 255 or 20.20% from 505); Max value from RGB is 217 - color contains mainly: green. Hex color #BAD966 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAD966 is #452699. Grayscale: #C3C3C3. Windows color (decimal): -4531866 or 6740410. OLE color: 6740410.

HSL color Cylindrical-coordinate representation of color #BAD966: hue angle of 76.17º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BAD966 is Cyan = 0.14, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.15.

Color convert

RGB186217102-
CMYK0.1400.530.15
HSL76.17º60.21%62.55%-
HSV(B)76.17º53%85.1%-
XYZ47.4661.0221.85-
YUV194.6275.73121.85-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.83%
GREEN value IS 217 (85.16% from 255) = 42.97%
BLUE value IS 102 (40.23% from 255) = 20.20%
R=36.83%
G=42.97%
B=20.20%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1862171020.1400.530.1576.1760.2162.55
HexBAD966E035F4c3c3f
Octal27233114616065171147477
Binary101110101101100111001101110011010111111001100111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAD966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAD966; }

 p { color: rgb(186,217,102); }

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

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

 a { background-color: rgb(186,217,102); }

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

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

 span { border-color: rgb(186,217,102); }

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