#BAC465

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

Shades of Wild Willow #BAC465

Tints of Wild Willow #BAC465

Color information

#BAC465 (or 0xBAC465) is unknown color: approx Wild Willow. HEX triplet: BA, C4 and 65. RGB value is (186,196,101). Sum of RGB (Red+Green+Blue) = 186+196+101=483 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.51% from 483); Green value is 196 (76.95% from 255 or 40.58% from 483); Blue value is 101 (39.84% from 255 or 20.91% from 483); Max value from RGB is 196 - color contains mainly: green. Hex color #BAC465 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAC465 is #453B9A. Grayscale: #B6B6B6. Windows color (decimal): -4537243 or 6669498. OLE color: 6669498.

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

Color convert

RGB186196101-
CMYK0.0500.480.23
HSL66.32º44.6%58.24%-
HSV(B)66.32º48.47%76.86%-
XYZ42.3450.8619.9-
YUV182.1882.19130.72-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.51%
GREEN value IS 196 (76.95% from 255) = 40.58%
BLUE value IS 101 (39.84% from 255) = 20.91%
R=38.51%
G=40.58%
B=20.91%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1861961010.0500.480.2366.3244.658.24
HexBAC465503017422d3a
Octal2723041455060271025572
Binary101110101100010011001011010110000101111000010101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC465; }

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

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

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

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

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

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

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

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