#BAC468

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

Shades of Wild Willow #BAC468

Tints of Wild Willow #BAC468

Color information

#BAC468 (or 0xBAC468) is unknown color: approx Wild Willow. HEX triplet: BA, C4 and 68. RGB value is (186,196,104). Sum of RGB (Red+Green+Blue) = 186+196+104=486 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.27% from 486); Green value is 196 (76.95% from 255 or 40.33% from 486); Blue value is 104 (41.02% from 255 or 21.40% from 486); Max value from RGB is 196 - color contains mainly: green. Hex color #BAC468 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAC468 is #453B97. Grayscale: #B6B6B6. Windows color (decimal): -4537240 or 6866106. OLE color: 6866106.

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

Color convert

RGB186196104-
CMYK0.0500.470.23
HSL66.52º43.81%58.82%-
HSV(B)66.52º46.94%76.86%-
XYZ42.4950.9220.69-
YUV182.5283.69130.48-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.27%
GREEN value IS 196 (76.95% from 255) = 40.33%
BLUE value IS 104 (41.02% from 255) = 21.40%
R=38.27%
G=40.33%
B=21.40%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1861961040.0500.470.2366.5243.8158.82
HexBAC468502F17432c3b
Octal2723041505057271035473
Binary101110101100010011010001010101111101111000011101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC468; }

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

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

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

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

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

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

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

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