#B2AD66

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

Shades of Gimblet #B2AD66

Tints of Gimblet #B2AD66

Color information

#B2AD66 (or 0xB2AD66) is unknown color: approx Gimblet. HEX triplet: B2, AD and 66. RGB value is (178,173,102). Sum of RGB (Red+Green+Blue) = 178+173+102=453 (60% of max value = 765). Red value is 178 (69.92% from 255 or 39.29% from 453); Green value is 173 (67.97% from 255 or 38.19% from 453); Blue value is 102 (40.23% from 255 or 22.52% from 453); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AD66 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2AD66 is #4D5299. Grayscale: #A6A6A6. Windows color (decimal): -5067418 or 6729138. OLE color: 6729138.

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

Color convert

RGB178173102-
CMYK00.030.430.30
HSL56.05º33.04%54.9%-
HSV(B)56.05º42.7%69.8%-
XYZ35.740.3118.47-
YUV166.491.66136.27-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 39.29%
GREEN value IS 173 (67.97% from 255) = 38.19%
BLUE value IS 102 (40.23% from 255) = 22.52%
R=39.29%
G=38.19%
B=22.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.43
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17817310200.030.430.3056.0533.0454.9
HexB2AD66032B1E382137
Octal262255146035336704167
Binary1011001010101101110011001110101111110111000100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2AD66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2AD66; }

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

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

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

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

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

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

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

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