#988D32

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

Shades of Highball #988D32

Tints of Highball #988D32

Color information

#988D32 (or 0x988D32) is unknown color: approx Highball. HEX triplet: 98, 8D and 32. RGB value is (152,141,50). Sum of RGB (Red+Green+Blue) = 152+141+50=343 (45% of max value = 765). Red value is 152 (59.77% from 255 or 44.31% from 343); Green value is 141 (55.47% from 255 or 41.11% from 343); Blue value is 50 (19.92% from 255 or 14.58% from 343); Max value from RGB is 152 - color contains mainly: red. Hex color #988D32 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #988D32 is #6772CD. Grayscale: #868686. Windows color (decimal): -6779598 or 3313048. OLE color: 3313048.

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

Color convert

RGB15214150-
CMYK00.070.670.40
HSL53.53º50.5%39.61%-
HSV(B)53.53º67.11%59.61%-
XYZ23.0525.966.81-
YUV133.9280.64140.9-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 44.31%
GREEN value IS 141 (55.47% from 255) = 41.11%
BLUE value IS 50 (19.92% from 255) = 14.58%
R=44.31%
G=41.11%
B=14.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.67
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521415000.070.670.4053.5350.539.61
Hex988D32074328363228
Octal230215620710350666250
Binary100110001000110111001001111000011101000110110110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988D32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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