#988D3A

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

Shades of Highball #988D3A

Tints of Highball #988D3A

Color information

#988D3A (or 0x988D3A) is unknown color: approx Highball. HEX triplet: 98, 8D and 3A. RGB value is (152,141,58). Sum of RGB (Red+Green+Blue) = 152+141+58=351 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.30% from 351); Green value is 141 (55.47% from 255 or 40.17% from 351); Blue value is 58 (23.05% from 255 or 16.52% from 351); Max value from RGB is 152 - color contains mainly: red. Hex color #988D3A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #988D3A is #6772C5. Grayscale: #878787. Windows color (decimal): -6779590 or 3837336. OLE color: 3837336.

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

Color convert

RGB15214158-
CMYK00.070.620.40
HSL52.98º44.76%41.18%-
HSV(B)52.98º61.84%59.61%-
XYZ23.2426.037.8-
YUV134.8384.64140.25-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 43.30%
GREEN value IS 141 (55.47% from 255) = 40.17%
BLUE value IS 58 (23.05% from 255) = 16.52%
R=43.30%
G=40.17%
B=16.52%

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
Decimal1521415800.070.620.4052.9844.7641.18
Hex988D3A073E28352d29
Octal23021572077650655551
Binary10011000100011011110100111111110101000110101101101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988D3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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