#BAC75E

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

Shades of Wild Willow #BAC75E

Tints of Wild Willow #BAC75E

Color information

#BAC75E (or 0xBAC75E) is unknown color: approx Wild Willow. HEX triplet: BA, C7 and 5E. RGB value is (186,199,94). Sum of RGB (Red+Green+Blue) = 186+199+94=479 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.83% from 479); Green value is 199 (78.12% from 255 or 41.54% from 479); Blue value is 94 (37.11% from 255 or 19.62% from 479); Max value from RGB is 199 - color contains mainly: green. Hex color #BAC75E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAC75E is #4538A1. Grayscale: #B7B7B7. Windows color (decimal): -4536482 or 6211514. OLE color: 6211514.

HSL color Cylindrical-coordinate representation of color #BAC75E: hue angle of 67.43º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BAC75E is Cyan = 0.07, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.22.

Color convert

RGB18619994-
CMYK0.0700.530.22
HSL67.43º48.39%57.45%-
HSV(B)67.43º52.76%78.04%-
XYZ42.6952.0918.39-
YUV183.1477.69130.04-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.83%
GREEN value IS 199 (78.12% from 255) = 41.54%
BLUE value IS 94 (37.11% from 255) = 19.62%
R=38.83%
G=41.54%
B=19.62%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal186199940.0700.530.2267.4348.3957.45
HexBAC75E703516433039
Octal2723071367065261036071
Binary101110101100011110111101110110101101101000011110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC75E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC75E; }

 p { color: rgb(186,199,94); }

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

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

 a { background-color: rgb(186,199,94); }

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

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

 span { border-color: rgb(186,199,94); }

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