#BAC163

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

Shades of Wild Willow #BAC163

Tints of Wild Willow #BAC163

Color information

#BAC163 (or 0xBAC163) is unknown color: approx Wild Willow. HEX triplet: BA, C1 and 63. RGB value is (186,193,99). Sum of RGB (Red+Green+Blue) = 186+193+99=478 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.91% from 478); Green value is 193 (75.78% from 255 or 40.38% from 478); Blue value is 99 (39.06% from 255 or 20.71% from 478); Max value from RGB is 193 - color contains mainly: green. Hex color #BAC163 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAC163 is #453E9C. Grayscale: #B4B4B4. Windows color (decimal): -4538013 or 6537658. OLE color: 6537658.

HSL color Cylindrical-coordinate representation of color #BAC163: hue angle of 64.47º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BAC163 is Cyan = 0.04, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.24.

Color convert

RGB18619399-
CMYK0.0400.490.24
HSL64.47º43.12%57.25%-
HSV(B)64.47º48.7%75.69%-
XYZ41.5749.4819.16-
YUV180.1982.18132.14-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.91%
GREEN value IS 193 (75.78% from 255) = 40.38%
BLUE value IS 99 (39.06% from 255) = 20.71%
R=38.91%
G=40.38%
B=20.71%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal186193990.0400.490.2464.4743.1257.25
HexBAC163403118402b39
Octal2723011434061301005371
Binary101110101100000111000111000110001110001000000101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC163; }

 p { color: rgb(186,193,99); }

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

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

 a { background-color: rgb(186,193,99); }

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

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

 span { border-color: rgb(186,193,99); }

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