#BAC96D

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

Shades of Wild Willow #BAC96D

Tints of Wild Willow #BAC96D

Color information

#BAC96D (or 0xBAC96D) is unknown color: approx Wild Willow. HEX triplet: BA, C9 and 6D. RGB value is (186,201,109). Sum of RGB (Red+Green+Blue) = 186+201+109=496 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.5% from 496); Green value is 201 (78.91% from 255 or 40.52% from 496); Blue value is 109 (42.97% from 255 or 21.98% from 496); Max value from RGB is 201 - color contains mainly: green. Hex color #BAC96D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAC96D is #453692. Grayscale: #BABABA. Windows color (decimal): -4535955 or 7195066. OLE color: 7195066.

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

Color convert

RGB186201109-
CMYK0.0700.460.21
HSL69.78º46%60.78%-
HSV(B)69.78º45.77%78.82%-
XYZ43.953.3222.45-
YUV186.0384.53127.98-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.5%
GREEN value IS 201 (78.91% from 255) = 40.52%
BLUE value IS 109 (42.97% from 255) = 21.98%
R=37.5%
G=40.52%
B=21.98%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1862011090.0700.460.2169.784660.78
HexBAC96D702E15462e3d
Octal2723111557056251065675
Binary101110101100100111011011110101110101011000110101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC96D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC96D; }

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

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

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

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

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

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

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

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