#B2AD6C

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

Shades of Gimblet #B2AD6C

Tints of Gimblet #B2AD6C

Color information

#B2AD6C (or 0xB2AD6C) is unknown color: approx Gimblet. HEX triplet: B2, AD and 6C. RGB value is (178,173,108). Sum of RGB (Red+Green+Blue) = 178+173+108=459 (60% of max value = 765). Red value is 178 (69.92% from 255 or 38.78% from 459); Green value is 173 (67.97% from 255 or 37.69% from 459); Blue value is 108 (42.58% from 255 or 23.53% from 459); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AD6C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2AD6C is #4D5293. Grayscale: #A7A7A7. Windows color (decimal): -5067412 or 7122354. OLE color: 7122354.

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

Color convert

RGB178173108-
CMYK00.030.390.30
HSL55.71º31.25%56.08%-
HSV(B)55.71º39.33%69.8%-
XYZ36.0140.4320.09-
YUV167.0894.66135.79-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 38.78%
GREEN value IS 173 (67.97% from 255) = 37.69%
BLUE value IS 108 (42.58% from 255) = 23.53%
R=38.78%
G=37.69%
B=23.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.39
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17817310800.030.390.3055.7131.2556.08
HexB2AD6C03271E381f38
Octal262255154034736703770
Binary101100101010110111011000111001111111011100011111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2AD6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2AD6C; }

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

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

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

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

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

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

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

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