#B5AB59

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

Shades of Gimblet #B5AB59

Tints of Gimblet #B5AB59

Color information

#B5AB59 (or 0xB5AB59) is unknown color: approx Gimblet. HEX triplet: B5, AB and 59. RGB value is (181,171,89). Sum of RGB (Red+Green+Blue) = 181+171+89=441 (58% of max value = 765). Red value is 181 (71.09% from 255 or 41.04% from 441); Green value is 171 (67.19% from 255 or 38.78% from 441); Blue value is 89 (35.16% from 255 or 20.18% from 441); Max value from RGB is 181 - color contains mainly: red. Hex color #B5AB59 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5AB59 is #4A54A6. Grayscale: #A4A4A4. Windows color (decimal): -4871335 or 5876661. OLE color: 5876661.

HSL color Cylindrical-coordinate representation of color #B5AB59: hue angle of 53.48º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B5AB59 is Cyan = 0, Magento = 0.06, Yellow = 0.51 and Black (K on CMYK) = 0.29.

Color convert

RGB18117189-
CMYK00.060.510.29
HSL53.48º38.33%52.94%-
HSV(B)53.48º50.83%70.98%-
XYZ35.4239.6715.24-
YUV164.6485.31139.67-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 41.04%
GREEN value IS 171 (67.19% from 255) = 38.78%
BLUE value IS 89 (35.16% from 255) = 20.18%
R=41.04%
G=38.78%
B=20.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.51
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811718900.060.510.2953.4838.3352.94
HexB5AB5906331D352635
Octal265253131066335654665
Binary10110101101010111011001011011001111101110101100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5AB59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5AB59; }

 p { color: rgb(181,171,89); }

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

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

 a { background-color: rgb(181,171,89); }

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

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

 span { border-color: rgb(181,171,89); }

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