#BAC462

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

Shades of Wild Willow #BAC462

Tints of Wild Willow #BAC462

Color information

#BAC462 (or 0xBAC462) is unknown color: approx Wild Willow. HEX triplet: BA, C4 and 62. RGB value is (186,196,98). Sum of RGB (Red+Green+Blue) = 186+196+98=480 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.75% from 480); Green value is 196 (76.95% from 255 or 40.83% from 480); Blue value is 98 (38.67% from 255 or 20.42% from 480); Max value from RGB is 196 - color contains mainly: green. Hex color #BAC462 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAC462 is #453B9D. Grayscale: #B6B6B6. Windows color (decimal): -4537246 or 6472890. OLE color: 6472890.

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

Color convert

RGB18619698-
CMYK0.0500.50.23
HSL66.12º45.37%57.65%-
HSV(B)66.12º50%76.86%-
XYZ42.1950.819.14-
YUV181.8480.69130.97-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.75%
GREEN value IS 196 (76.95% from 255) = 40.83%
BLUE value IS 98 (38.67% from 255) = 20.42%
R=38.75%
G=40.83%
B=20.42%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal186196980.0500.50.2366.1245.3757.65
HexBAC462503217422d3a
Octal2723041425062271025572
Binary101110101100010011000101010110010101111000010101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC462; }

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

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

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

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

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

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

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

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