#BAC26E

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

Shades of Wild Willow #BAC26E

Tints of Wild Willow #BAC26E

Color information

#BAC26E (or 0xBAC26E) is unknown color: approx Wild Willow. HEX triplet: BA, C2 and 6E. RGB value is (186,194,110). Sum of RGB (Red+Green+Blue) = 186+194+110=490 (64% of max value = 765). Red value is 186 (73.05% from 255 or 37.96% from 490); Green value is 194 (76.17% from 255 or 39.59% from 490); Blue value is 110 (43.36% from 255 or 22.45% from 490); Max value from RGB is 194 - color contains mainly: green. Hex color #BAC26E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAC26E is #453D91. Grayscale: #B6B6B6. Windows color (decimal): -4537746 or 7258810. OLE color: 7258810.

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

Color convert

RGB186194110-
CMYK0.0400.430.24
HSL65.71º40.78%59.61%-
HSV(B)65.71º43.3%76.08%-
XYZ42.3650.1522.2-
YUV182.0387.35130.83-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.96%
GREEN value IS 194 (76.17% from 255) = 39.59%
BLUE value IS 110 (43.36% from 255) = 22.45%
R=37.96%
G=39.59%
B=22.45%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1861941100.0400.430.2465.7140.7859.61
HexBAC26E402B1842293c
Octal2723021564053301025174
Binary101110101100001011011101000101011110001000010101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC26E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC26E; }

 p { color: rgb(186,194,110); }

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

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

 a { background-color: rgb(186,194,110); }

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

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

 span { border-color: rgb(186,194,110); }

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