#BAC75D

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

Shades of Wild Willow #BAC75D

Tints of Wild Willow #BAC75D

Color information

#BAC75D (or 0xBAC75D) is unknown color: approx Wild Willow. HEX triplet: BA, C7 and 5D. RGB value is (186,199,93). Sum of RGB (Red+Green+Blue) = 186+199+93=478 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.91% from 478); Green value is 199 (78.12% from 255 or 41.63% from 478); Blue value is 93 (36.72% from 255 or 19.46% from 478); Max value from RGB is 199 - color contains mainly: green. Hex color #BAC75D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAC75D is #4538A2. Grayscale: #B7B7B7. Windows color (decimal): -4536483 or 6145978. OLE color: 6145978.

HSL color Cylindrical-coordinate representation of color #BAC75D: hue angle of 67.36º degrees, saturation: 0.49, 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 #BAC75D is Cyan = 0.07, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.22.

Color convert

RGB18619993-
CMYK0.0700.530.22
HSL67.36º48.62%57.25%-
HSV(B)67.36º53.27%78.04%-
XYZ42.6552.0818.16-
YUV183.0377.19130.12-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.91%
GREEN value IS 199 (78.12% from 255) = 41.63%
BLUE value IS 93 (36.72% from 255) = 19.46%
R=38.91%
G=41.63%
B=19.46%

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
Decimal186199930.0700.530.2267.3648.6257.25
HexBAC75D703516433139
Octal2723071357065261036171
Binary101110101100011110111011110110101101101000011110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC75D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC75D; }

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

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

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

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

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

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

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

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