#B5AA60

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

Shades of Gimblet #B5AA60

Tints of Gimblet #B5AA60

Color information

#B5AA60 (or 0xB5AA60) is unknown color: approx Gimblet. HEX triplet: B5, AA and 60. RGB value is (181,170,96). Sum of RGB (Red+Green+Blue) = 181+170+96=447 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.49% from 447); Green value is 170 (66.80% from 255 or 38.03% from 447); Blue value is 96 (37.89% from 255 or 21.48% from 447); Max value from RGB is 181 - color contains mainly: red. Hex color #B5AA60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5AA60 is #4A559F. Grayscale: #A5A5A5. Windows color (decimal): -4871584 or 6335157. OLE color: 6335157.

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

Color convert

RGB18117096-
CMYK00.060.470.29
HSL52.24º36.48%54.31%-
HSV(B)52.24º46.96%70.98%-
XYZ35.5439.4216.8-
YUV164.8589.14139.52-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 40.49%
GREEN value IS 170 (66.80% from 255) = 38.03%
BLUE value IS 96 (37.89% from 255) = 21.48%
R=40.49%
G=38.03%
B=21.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.47
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811709600.060.470.2952.2436.4854.31
HexB5AA60062F1D342436
Octal265252140065735644466
Binary10110101101010101100000011010111111101110100100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5AA60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5AA60; }

 p { color: rgb(181,170,96); }

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

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

 a { background-color: rgb(181,170,96); }

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

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

 span { border-color: rgb(181,170,96); }

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