#BAC25D

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

Shades of Wild Willow #BAC25D

Tints of Wild Willow #BAC25D

Color information

#BAC25D (or 0xBAC25D) is unknown color: approx Wild Willow. HEX triplet: BA, C2 and 5D. RGB value is (186,194,93). Sum of RGB (Red+Green+Blue) = 186+194+93=473 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.32% from 473); Green value is 194 (76.17% from 255 or 41.01% from 473); Blue value is 93 (36.72% from 255 or 19.66% from 473); Max value from RGB is 194 - color contains mainly: green. Hex color #BAC25D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAC25D is #453DA2. Grayscale: #B4B4B4. Windows color (decimal): -4537763 or 6144698. OLE color: 6144698.

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

Color convert

RGB18619493-
CMYK0.0400.520.24
HSL64.75º45.29%56.27%-
HSV(B)64.75º52.06%76.08%-
XYZ41.5249.8117.78-
YUV180.0978.85132.21-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.32%
GREEN value IS 194 (76.17% from 255) = 41.01%
BLUE value IS 93 (36.72% from 255) = 19.66%
R=39.32%
G=41.01%
B=19.66%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal186194930.0400.520.2464.7545.2956.27
HexBAC25D403418412d38
Octal2723021354064301015570
Binary101110101100001010111011000110100110001000001101101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC25D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC25D; }

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

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

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

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

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

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

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

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