#BAC55F

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

Shades of Wild Willow #BAC55F

Tints of Wild Willow #BAC55F

Color information

#BAC55F (or 0xBAC55F) is unknown color: approx Wild Willow. HEX triplet: BA, C5 and 5F. RGB value is (186,197,95). Sum of RGB (Red+Green+Blue) = 186+197+95=478 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.91% from 478); Green value is 197 (77.34% from 255 or 41.21% from 478); Blue value is 95 (37.5% from 255 or 19.87% from 478); Max value from RGB is 197 - color contains mainly: green. Hex color #BAC55F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAC55F is #453AA0. Grayscale: #B6B6B6. Windows color (decimal): -4536993 or 6276538. OLE color: 6276538.

HSL color Cylindrical-coordinate representation of color #BAC55F: hue angle of 66.47º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BAC55F is Cyan = 0.06, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.23.

Color convert

RGB18619795-
CMYK0.0600.520.23
HSL66.47º46.79%57.25%-
HSV(B)66.47º51.78%77.25%-
XYZ42.2851.218.48-
YUV182.0878.86130.79-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.91%
GREEN value IS 197 (77.34% from 255) = 41.21%
BLUE value IS 95 (37.5% from 255) = 19.87%
R=38.91%
G=41.21%
B=19.87%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal186197950.0600.520.2366.4746.7957.25
HexBAC55F603417422f39
Octal2723051376064271025771
Binary101110101100010110111111100110100101111000010101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC55F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC55F; }

 p { color: rgb(186,197,95); }

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

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

 a { background-color: rgb(186,197,95); }

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

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

 span { border-color: rgb(186,197,95); }

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