#988A3B

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

Shades of Highball #988A3B

Tints of Highball #988A3B

Color information

#988A3B (or 0x988A3B) is unknown color: approx Highball. HEX triplet: 98, 8A and 3B. RGB value is (152,138,59). Sum of RGB (Red+Green+Blue) = 152+138+59=349 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.55% from 349); Green value is 138 (54.30% from 255 or 39.54% from 349); Blue value is 59 (23.44% from 255 or 16.91% from 349); Max value from RGB is 152 - color contains mainly: red. Hex color #988A3B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #988A3B is #6775C4. Grayscale: #858585. Windows color (decimal): -6780357 or 3902104. OLE color: 3902104.

HSL color Cylindrical-coordinate representation of color #988A3B: hue angle of 50.97º 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 #988A3B is Cyan = 0, Magento = 0.09, Yellow = 0.61 and Black (K on CMYK) = 0.40.

Color convert

RGB15213859-
CMYK00.090.610.40
HSL50.97º44.08%41.37%-
HSV(B)50.97º61.18%59.61%-
XYZ22.8325.177.79-
YUV133.1886.14141.42-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 43.55%
GREEN value IS 138 (54.30% from 255) = 39.54%
BLUE value IS 59 (23.44% from 255) = 16.91%
R=43.55%
G=39.54%
B=16.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.61
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521385900.090.610.4050.9744.0841.37
Hex988A3B093D28332c29
Octal230212730117550635451
Binary100110001000101011101101001111101101000110011101100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988A3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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