#BAC467

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

Shades of Wild Willow #BAC467

Tints of Wild Willow #BAC467

Color information

#BAC467 (or 0xBAC467) is unknown color: approx Wild Willow. HEX triplet: BA, C4 and 67. RGB value is (186,196,103). Sum of RGB (Red+Green+Blue) = 186+196+103=485 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.35% from 485); Green value is 196 (76.95% from 255 or 40.41% from 485); Blue value is 103 (40.62% from 255 or 21.24% from 485); Max value from RGB is 196 - color contains mainly: green. Hex color #BAC467 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAC467 is #453B98. Grayscale: #B6B6B6. Windows color (decimal): -4537241 or 6800570. OLE color: 6800570.

HSL color Cylindrical-coordinate representation of color #BAC467: hue angle of 66.45º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BAC467 is Cyan = 0.05, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.23.

Color convert

RGB186196103-
CMYK0.0500.470.23
HSL66.45º44.08%58.63%-
HSV(B)66.45º47.45%76.86%-
XYZ42.4450.920.42-
YUV182.4183.19130.56-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.35%
GREEN value IS 196 (76.95% from 255) = 40.41%
BLUE value IS 103 (40.62% from 255) = 21.24%
R=38.35%
G=40.41%
B=21.24%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1861961030.0500.470.2366.4544.0858.63
HexBAC467502F17422c3b
Octal2723041475057271025473
Binary101110101100010011001111010101111101111000010101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC467; }

 p { color: rgb(186,196,103); }

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

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

 a { background-color: rgb(186,196,103); }

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

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

 span { border-color: rgb(186,196,103); }

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