#B1AB60

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

Shades of Gimblet #B1AB60

Tints of Gimblet #B1AB60

Color information

#B1AB60 (or 0xB1AB60) is unknown color: approx Gimblet. HEX triplet: B1, AB and 60. RGB value is (177,171,96). Sum of RGB (Red+Green+Blue) = 177+171+96=444 (58% of max value = 765). Red value is 177 (69.53% from 255 or 39.86% from 444); Green value is 171 (67.19% from 255 or 38.51% from 444); Blue value is 96 (37.89% from 255 or 21.62% from 444); Max value from RGB is 177 - color contains mainly: red. Hex color #B1AB60 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1AB60 is #4E549F. Grayscale: #A4A4A4. Windows color (decimal): -5133472 or 6335409. OLE color: 6335409.

HSL color Cylindrical-coordinate representation of color #B1AB60: hue angle of 55.56º degrees, saturation: 0.34, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B1AB60 is Cyan = 0, Magento = 0.03, Yellow = 0.46 and Black (K on CMYK) = 0.31.

Color convert

RGB17717196-
CMYK00.030.460.31
HSL55.56º34.18%53.53%-
HSV(B)55.56º45.76%69.41%-
XYZ34.8139.3216.82-
YUV164.2489.49137.1-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 39.86%
GREEN value IS 171 (67.19% from 255) = 38.51%
BLUE value IS 96 (37.89% from 255) = 21.62%
R=39.86%
G=38.51%
B=21.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.46
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771719600.030.460.3155.5634.1853.53
HexB1AB60032E1F382236
Octal261253140035637704266
Binary1011000110101011110000001110111011111111000100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1AB60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1AB60; }

 p { color: rgb(177,171,96); }

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

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

 a { background-color: rgb(177,171,96); }

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

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

 span { border-color: rgb(177,171,96); }

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