#988E3A

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

Shades of Highball #988E3A

Tints of Highball #988E3A

Color information

#988E3A (or 0x988E3A) is unknown color: approx Highball. HEX triplet: 98, 8E and 3A. RGB value is (152,142,58). Sum of RGB (Red+Green+Blue) = 152+142+58=352 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.18% from 352); Green value is 142 (55.86% from 255 or 40.34% from 352); Blue value is 58 (23.05% from 255 or 16.48% from 352); Max value from RGB is 152 - color contains mainly: red. Hex color #988E3A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #988E3A is #6771C5. Grayscale: #878787. Windows color (decimal): -6779334 or 3837592. OLE color: 3837592.

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

Color convert

RGB15214258-
CMYK00.070.620.40
HSL53.62º44.76%41.18%-
HSV(B)53.62º61.84%59.61%-
XYZ23.3926.337.85-
YUV135.4184.31139.83-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 43.18%
GREEN value IS 142 (55.86% from 255) = 40.34%
BLUE value IS 58 (23.05% from 255) = 16.48%
R=43.18%
G=40.34%
B=16.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.62
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521425800.070.620.4053.6244.7641.18
Hex988E3A073E28362d29
Octal23021672077650665551
Binary10011000100011101110100111111110101000110110101101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988E3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,142,58); }

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

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

 a { background-color: rgb(152,142,58); }

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

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

 span { border-color: rgb(152,142,58); }

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