#BAB15B

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

Shades of Gimblet #BAB15B

Tints of Gimblet #BAB15B

Color information

#BAB15B (or 0xBAB15B) is unknown color: approx Gimblet. HEX triplet: BA, B1 and 5B. RGB value is (186,177,91). Sum of RGB (Red+Green+Blue) = 186+177+91=454 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.97% from 454); Green value is 177 (69.53% from 255 or 38.99% from 454); Blue value is 91 (35.94% from 255 or 20.04% from 454); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB15B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAB15B is #454EA4. Grayscale: #AAAAAA. Windows color (decimal): -4542117 or 6009274. OLE color: 6009274.

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

Color convert

RGB18617791-
CMYK00.050.510.27
HSL54.32º40.77%54.31%-
HSV(B)54.32º51.08%72.94%-
XYZ37.8642.6416.13-
YUV169.8983.48139.49-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.97%
GREEN value IS 177 (69.53% from 255) = 38.99%
BLUE value IS 91 (35.94% from 255) = 20.04%
R=40.97%
G=38.99%
B=20.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.51
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861779100.050.510.2754.3240.7754.31
HexBAB15B05331B362936
Octal272261133056333665166
Binary10111010101100011011011010111001111011110110101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB15B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB15B; }

 p { color: rgb(186,177,91); }

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

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

 a { background-color: rgb(186,177,91); }

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

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

 span { border-color: rgb(186,177,91); }

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