#BAC36A

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

Shades of Wild Willow #BAC36A

Tints of Wild Willow #BAC36A

Color information

#BAC36A (or 0xBAC36A) is unknown color: approx Wild Willow. HEX triplet: BA, C3 and 6A. RGB value is (186,195,106). Sum of RGB (Red+Green+Blue) = 186+195+106=487 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.19% from 487); Green value is 195 (76.56% from 255 or 40.04% from 487); Blue value is 106 (41.80% from 255 or 21.77% from 487); Max value from RGB is 195 - color contains mainly: green. Hex color #BAC36A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAC36A is #453C95. Grayscale: #B6B6B6. Windows color (decimal): -4537494 or 6996922. OLE color: 6996922.

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

Color convert

RGB186195106-
CMYK0.0500.460.24
HSL66.07º42.58%59.02%-
HSV(B)66.07º45.64%76.47%-
XYZ42.3750.5121.15-
YUV182.1685.02130.74-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.19%
GREEN value IS 195 (76.56% from 255) = 40.04%
BLUE value IS 106 (41.80% from 255) = 21.77%
R=38.19%
G=40.04%
B=21.77%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1861951060.0500.460.2466.0742.5859.02
HexBAC36A502E18422b3b
Octal2723031525056301025373
Binary101110101100001111010101010101110110001000010101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC36A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC36A; }

 p { color: rgb(186,195,106); }

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

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

 a { background-color: rgb(186,195,106); }

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

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

 span { border-color: rgb(186,195,106); }

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