#B2AB64

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

Shades of Gimblet #B2AB64

Tints of Gimblet #B2AB64

Color information

#B2AB64 (or 0xB2AB64) is unknown color: approx Gimblet. HEX triplet: B2, AB and 64. RGB value is (178,171,100). Sum of RGB (Red+Green+Blue) = 178+171+100=449 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.64% from 449); Green value is 171 (67.19% from 255 or 38.08% from 449); Blue value is 100 (39.45% from 255 or 22.27% from 449); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AB64 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2AB64 is #4D549B. Grayscale: #A5A5A5. Windows color (decimal): -5067932 or 6597554. OLE color: 6597554.

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

Color convert

RGB178171100-
CMYK00.040.440.30
HSL54.62º33.62%54.51%-
HSV(B)54.62º43.82%69.8%-
XYZ35.2239.5117.83-
YUV16591.32137.27-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 39.64%
GREEN value IS 171 (67.19% from 255) = 38.08%
BLUE value IS 100 (39.45% from 255) = 22.27%
R=39.64%
G=38.08%
B=22.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.44
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17817110000.040.440.3054.6233.6254.51
HexB2AB64042C1E372237
Octal262253144045436674267
Binary10110010101010111100100010010110011110110111100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2AB64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2AB64; }

 p { color: rgb(178,171,100); }

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

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

 a { background-color: rgb(178,171,100); }

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

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

 span { border-color: rgb(178,171,100); }

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