#B9AC58

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

Shades of Gimblet #B9AC58

Tints of Gimblet #B9AC58

Color information

#B9AC58 (or 0xB9AC58) is unknown color: approx Gimblet. HEX triplet: B9, AC and 58. RGB value is (185,172,88). Sum of RGB (Red+Green+Blue) = 185+172+88=445 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.57% from 445); Green value is 172 (67.58% from 255 or 38.65% from 445); Blue value is 88 (34.77% from 255 or 19.78% from 445); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AC58 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9AC58 is #4653A7. Grayscale: #A6A6A6. Windows color (decimal): -4608936 or 5811385. OLE color: 5811385.

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

Color convert

RGB18517288-
CMYK00.070.520.27
HSL51.96º40.93%53.53%-
HSV(B)51.96º52.43%72.55%-
XYZ36.5240.5215.13-
YUV166.3183.81141.33-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 41.57%
GREEN value IS 172 (67.58% from 255) = 38.65%
BLUE value IS 88 (34.77% from 255) = 19.78%
R=41.57%
G=38.65%
B=19.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.52
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851728800.070.520.2751.9640.9353.53
HexB9AC5807341B342936
Octal271254130076433645166
Binary10111001101011001011000011111010011011110100101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9AC58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9AC58; }

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

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

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

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

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

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

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

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