#BAB262

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

Shades of Gimblet #BAB262

Tints of Gimblet #BAB262

Color information

#BAB262 (or 0xBAB262) is unknown color: approx Gimblet. HEX triplet: BA, B2 and 62. RGB value is (186,178,98). Sum of RGB (Red+Green+Blue) = 186+178+98=462 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.26% from 462); Green value is 178 (69.92% from 255 or 38.53% from 462); Blue value is 98 (38.67% from 255 or 21.21% from 462); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB262 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAB262 is #454D9D. Grayscale: #ABABAB. Windows color (decimal): -4541854 or 6468282. OLE color: 6468282.

HSL color Cylindrical-coordinate representation of color #BAB262: hue angle of 54.55º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BAB262 is Cyan = 0, Magento = 0.04, Yellow = 0.47 and Black (K on CMYK) = 0.27.

Color convert

RGB18617898-
CMYK00.040.470.27
HSL54.55º38.94%55.69%-
HSV(B)54.55º47.31%72.94%-
XYZ38.3743.1617.86-
YUV171.2786.65138.5-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.26%
GREEN value IS 178 (69.92% from 255) = 38.53%
BLUE value IS 98 (38.67% from 255) = 21.21%
R=40.26%
G=38.53%
B=21.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.47
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861789800.040.470.2754.5538.9455.69
HexBAB262042F1B372738
Octal272262142045733674770
Binary10111010101100101100010010010111111011110111100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB262; }

 p { color: rgb(186,178,98); }

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

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

 a { background-color: rgb(186,178,98); }

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

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

 span { border-color: rgb(186,178,98); }

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