#B2AD62

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

Shades of Gimblet #B2AD62

Tints of Gimblet #B2AD62

Color information

#B2AD62 (or 0xB2AD62) is unknown color: approx Gimblet. HEX triplet: B2, AD and 62. RGB value is (178,173,98). Sum of RGB (Red+Green+Blue) = 178+173+98=449 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.64% from 449); Green value is 173 (67.97% from 255 or 38.53% from 449); Blue value is 98 (38.67% from 255 or 21.83% from 449); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AD62 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2AD62 is #4D529D. Grayscale: #A6A6A6. Windows color (decimal): -5067422 or 6466994. OLE color: 6466994.

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

Color convert

RGB17817398-
CMYK00.030.450.30
HSL56.25º34.19%54.12%-
HSV(B)56.25º44.94%69.8%-
XYZ35.5140.2317.45-
YUV165.9489.66136.6-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 39.64%
GREEN value IS 173 (67.97% from 255) = 38.53%
BLUE value IS 98 (38.67% from 255) = 21.83%
R=39.64%
G=38.53%
B=21.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.45
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781739800.030.450.3056.2534.1954.12
HexB2AD62032D1E382236
Octal262255142035536704266
Binary1011001010101101110001001110110111110111000100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2AD62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2AD62; }

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

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

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

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

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

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

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

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