#BAC95F

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

Shades of Wild Willow #BAC95F

Tints of Wild Willow #BAC95F

Color information

#BAC95F (or 0xBAC95F) is unknown color: approx Wild Willow. HEX triplet: BA, C9 and 5F. RGB value is (186,201,95). Sum of RGB (Red+Green+Blue) = 186+201+95=482 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.59% from 482); Green value is 201 (78.91% from 255 or 41.70% from 482); Blue value is 95 (37.5% from 255 or 19.71% from 482); Max value from RGB is 201 - color contains mainly: green. Hex color #BAC95F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAC95F is #4536A0. Grayscale: #B8B8B8. Windows color (decimal): -4535969 or 6277562. OLE color: 6277562.

HSL color Cylindrical-coordinate representation of color #BAC95F: hue angle of 68.49º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BAC95F is Cyan = 0.07, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.21.

Color convert

RGB18620195-
CMYK0.0700.530.21
HSL68.49º49.53%58.04%-
HSV(B)68.49º52.74%78.82%-
XYZ43.253.0418.79-
YUV184.4377.53129.12-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.59%
GREEN value IS 201 (78.91% from 255) = 41.70%
BLUE value IS 95 (37.5% from 255) = 19.71%
R=38.59%
G=41.70%
B=19.71%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal186201950.0700.530.2168.4949.5358.04
HexBAC95F70351544323a
Octal2723111377065251046272
Binary101110101100100110111111110110101101011000100110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC95F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC95F; }

 p { color: rgb(186,201,95); }

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

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

 a { background-color: rgb(186,201,95); }

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

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

 span { border-color: rgb(186,201,95); }

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