#988C3B

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

Shades of Highball #988C3B

Tints of Highball #988C3B

Color information

#988C3B (or 0x988C3B) is unknown color: approx Highball. HEX triplet: 98, 8C and 3B. RGB value is (152,140,59). Sum of RGB (Red+Green+Blue) = 152+140+59=351 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.30% from 351); Green value is 140 (55.08% from 255 or 39.89% from 351); Blue value is 59 (23.44% from 255 or 16.81% from 351); Max value from RGB is 152 - color contains mainly: red. Hex color #988C3B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #988C3B is #6773C4. Grayscale: #868686. Windows color (decimal): -6779845 or 3902616. OLE color: 3902616.

HSL color Cylindrical-coordinate representation of color #988C3B: hue angle of 52.26º degrees, saturation: 0.44, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #988C3B is Cyan = 0, Magento = 0.08, Yellow = 0.61 and Black (K on CMYK) = 0.40.

Color convert

RGB15214059-
CMYK00.080.610.40
HSL52.26º44.08%41.37%-
HSV(B)52.26º61.18%59.61%-
XYZ23.1225.757.89-
YUV134.3585.48140.59-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 43.30%
GREEN value IS 140 (55.08% from 255) = 39.89%
BLUE value IS 59 (23.44% from 255) = 16.81%
R=43.30%
G=39.89%
B=16.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.61
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521405900.080.610.4052.2644.0841.37
Hex988C3B083D28342c29
Octal230214730107550645451
Binary100110001000110011101101000111101101000110100101100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988C3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #988C3B; }

 p { color: rgb(152,140,59); }

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

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

 a { background-color: rgb(152,140,59); }

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

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

 span { border-color: rgb(152,140,59); }

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