#B2AC66

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

Shades of Gimblet #B2AC66

Tints of Gimblet #B2AC66

Color information

#B2AC66 (or 0xB2AC66) is unknown color: approx Gimblet. HEX triplet: B2, AC and 66. RGB value is (178,172,102). Sum of RGB (Red+Green+Blue) = 178+172+102=452 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.38% from 452); Green value is 172 (67.58% from 255 or 38.05% from 452); Blue value is 102 (40.23% from 255 or 22.57% from 452); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AC66 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2AC66 is #4D5399. Grayscale: #A6A6A6. Windows color (decimal): -5067674 or 6728882. OLE color: 6728882.

HSL color Cylindrical-coordinate representation of color #B2AC66: hue angle of 55.26º 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 #B2AC66 is Cyan = 0, Magento = 0.03, Yellow = 0.43 and Black (K on CMYK) = 0.30.

Color convert

RGB178172102-
CMYK00.030.430.30
HSL55.26º33.04%54.9%-
HSV(B)55.26º42.7%69.8%-
XYZ35.5139.9318.41-
YUV165.8191.99136.69-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 39.38%
GREEN value IS 172 (67.58% from 255) = 38.05%
BLUE value IS 102 (40.23% from 255) = 22.57%
R=39.38%
G=38.05%
B=22.57%

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
Decimal17817210200.030.430.3055.2633.0454.9
HexB2AC66032B1E372137
Octal262254146035336674167
Binary1011001010101100110011001110101111110110111100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2AC66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2AC66; }

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

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

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

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

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

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

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

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