#BAC363

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

Shades of Wild Willow #BAC363

Tints of Wild Willow #BAC363

Color information

#BAC363 (or 0xBAC363) is unknown color: approx Wild Willow. HEX triplet: BA, C3 and 63. RGB value is (186,195,99). Sum of RGB (Red+Green+Blue) = 186+195+99=480 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.75% from 480); Green value is 195 (76.56% from 255 or 40.62% from 480); Blue value is 99 (39.06% from 255 or 20.62% from 480); Max value from RGB is 195 - color contains mainly: green. Hex color #BAC363 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAC363 is #453C9C. Grayscale: #B5B5B5. Windows color (decimal): -4537501 or 6538170. OLE color: 6538170.

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

Color convert

RGB18619599-
CMYK0.0500.490.24
HSL65.62º44.44%57.65%-
HSV(B)65.62º49.23%76.47%-
XYZ42.0250.3719.31-
YUV181.3681.52131.31-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.75%
GREEN value IS 195 (76.56% from 255) = 40.62%
BLUE value IS 99 (39.06% from 255) = 20.62%
R=38.75%
G=40.62%
B=20.62%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal186195990.0500.490.2465.6244.4457.65
HexBAC363503118422c3a
Octal2723031435061301025472
Binary101110101100001111000111010110001110001000010101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC363; }

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

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

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

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

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

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

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

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