#B5AB57

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

Shades of Gimblet #B5AB57

Tints of Gimblet #B5AB57

Color information

#B5AB57 (or 0xB5AB57) is unknown color: approx Gimblet. HEX triplet: B5, AB and 57. RGB value is (181,171,87). Sum of RGB (Red+Green+Blue) = 181+171+87=439 (58% of max value = 765). Red value is 181 (71.09% from 255 or 41.23% from 439); Green value is 171 (67.19% from 255 or 38.95% from 439); Blue value is 87 (34.38% from 255 or 19.82% from 439); Max value from RGB is 181 - color contains mainly: red. Hex color #B5AB57 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5AB57 is #4A54A8. Grayscale: #A4A4A4. Windows color (decimal): -4871337 or 5745589. OLE color: 5745589.

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

Color convert

RGB18117187-
CMYK00.060.520.29
HSL53.62º38.84%52.55%-
HSV(B)53.62º51.93%70.98%-
XYZ35.3439.6414.81-
YUV164.4184.31139.83-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 41.23%
GREEN value IS 171 (67.19% from 255) = 38.95%
BLUE value IS 87 (34.38% from 255) = 19.82%
R=41.23%
G=38.95%
B=19.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.52
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811718700.060.520.2953.6238.8452.55
HexB5AB5706341D362735
Octal265253127066435664765
Binary10110101101010111010111011011010011101110110100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5AB57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5AB57; }

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

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

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

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

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

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

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

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