#BAC35E

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

Shades of Wild Willow #BAC35E

Tints of Wild Willow #BAC35E

Color information

#BAC35E (or 0xBAC35E) is unknown color: approx Wild Willow. HEX triplet: BA, C3 and 5E. RGB value is (186,195,94). Sum of RGB (Red+Green+Blue) = 186+195+94=475 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.16% from 475); Green value is 195 (76.56% from 255 or 41.05% from 475); Blue value is 94 (37.11% from 255 or 19.79% from 475); Max value from RGB is 195 - color contains mainly: green. Hex color #BAC35E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAC35E is #453CA1. Grayscale: #B5B5B5. Windows color (decimal): -4537506 or 6210490. OLE color: 6210490.

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

Color convert

RGB18619594-
CMYK0.0500.520.24
HSL65.35º45.7%56.67%-
HSV(B)65.35º51.79%76.47%-
XYZ41.7950.2818.09-
YUV180.879.02131.71-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.16%
GREEN value IS 195 (76.56% from 255) = 41.05%
BLUE value IS 94 (37.11% from 255) = 19.79%
R=39.16%
G=41.05%
B=19.79%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal186195940.0500.520.2465.3545.756.67
HexBAC35E503418412e39
Octal2723031365064301015671
Binary101110101100001110111101010110100110001000001101110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC35E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC35E; }

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

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

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

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

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

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

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

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