#baac58

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

Shades of Gimblet #BAAC58

Tints of Gimblet #BAAC58

Color information

#BAAC58 (or 0xBAAC58) is unknown color: approx Gimblet. HEX triplet: BA, AC and 58. RGB value is (186,172,88). Sum of RGB (Red+Green+Blue) = 186+172+88=446 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.70% from 446); Green value is 172 (67.58% from 255 or 38.57% from 446); Blue value is 88 (34.77% from 255 or 19.73% from 446); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAC58 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAAC58 is #4553A7. Grayscale: #A6A6A6. Windows color (decimal): -4543400 or 5811386. OLE color: 5811386.

HSL color Cylindrical-coordinate representation of color #BAAC58: hue angle of 51.43º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BAAC58 is Cyan = 0, Magento = 0.08, Yellow = 0.53 and Black (K on CMYK) = 0.27.

Color convert

RGB18617288-
CMYK00.080.530.27
HSL51.43º41.53%53.73%-
HSV(B)51.43º52.69%72.94%-
XYZ36.7640.6515.14-
YUV166.6183.64141.83-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 41.70%
GREEN value IS 172 (67.58% from 255) = 38.57%
BLUE value IS 88 (34.77% from 255) = 19.73%
R=41.70%
G=38.57%
B=19.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.53
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861728800.080.530.2751.4341.5353.73
HexBAAC5808351B332a36
Octal2722541300106533635266
Binary101110101010110010110000100011010111011110011101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #baac58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #baac58; }

 p { color: rgb(186,172,88); }

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

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

 a { background-color: rgb(186,172,88); }

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

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

 span { border-color: rgb(186,172,88); }

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