#BAC45C

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

Shades of Wild Willow #BAC45C

Tints of Wild Willow #BAC45C

Color information

#BAC45C (or 0xBAC45C) is unknown color: approx Wild Willow. HEX triplet: BA, C4 and 5C. RGB value is (186,196,92). Sum of RGB (Red+Green+Blue) = 186+196+92=474 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.24% from 474); Green value is 196 (76.95% from 255 or 41.35% from 474); Blue value is 92 (36.33% from 255 or 19.41% from 474); Max value from RGB is 196 - color contains mainly: green. Hex color #BAC45C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAC45C is #453BA3. Grayscale: #B5B5B5. Windows color (decimal): -4537252 or 6079674. OLE color: 6079674.

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

Color convert

RGB18619692-
CMYK0.0500.530.23
HSL65.77º46.85%56.47%-
HSV(B)65.77º53.06%76.86%-
XYZ41.9250.6917.7-
YUV181.1577.69131.46-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.24%
GREEN value IS 196 (76.95% from 255) = 41.35%
BLUE value IS 92 (36.33% from 255) = 19.41%
R=39.24%
G=41.35%
B=19.41%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal186196920.0500.530.2365.7746.8556.47
HexBAC45C503517422f38
Octal2723041345065271025770
Binary101110101100010010111001010110101101111000010101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC45C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC45C; }

 p { color: rgb(186,196,92); }

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

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

 a { background-color: rgb(186,196,92); }

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

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

 span { border-color: rgb(186,196,92); }

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