#BAC05F

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

Shades of Wild Willow #BAC05F

Tints of Wild Willow #BAC05F

Color information

#BAC05F (or 0xBAC05F) is unknown color: approx Wild Willow. HEX triplet: BA, C0 and 5F. RGB value is (186,192,95). Sum of RGB (Red+Green+Blue) = 186+192+95=473 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.32% from 473); Green value is 192 (75.39% from 255 or 40.59% from 473); Blue value is 95 (37.5% from 255 or 20.08% from 473); Max value from RGB is 192 - color contains mainly: green. Hex color #BAC05F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAC05F is #453FA0. Grayscale: #B3B3B3. Windows color (decimal): -4538273 or 6275258. OLE color: 6275258.

HSL color Cylindrical-coordinate representation of color #BAC05F: hue angle of 63.71º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BAC05F is Cyan = 0.03, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.25.

Color convert

RGB18619295-
CMYK0.0300.510.25
HSL63.71º43.5%56.27%-
HSV(B)63.71º50.52%75.29%-
XYZ41.1648.9618.11-
YUV179.1580.51132.89-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.32%
GREEN value IS 192 (75.39% from 255) = 40.59%
BLUE value IS 95 (37.5% from 255) = 20.08%
R=39.32%
G=40.59%
B=20.08%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal186192950.0300.510.2563.7143.556.27
HexBAC05F303319402b38
Octal2723001373063311005370
Binary10111010110000001011111110110011110011000000101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC05F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC05F; }

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

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

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

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

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

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

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

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