#988A34

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

Shades of Highball #988A34

Tints of Highball #988A34

Color information

#988A34 (or 0x988A34) is unknown color: approx Highball. HEX triplet: 98, 8A and 34. RGB value is (152,138,52). Sum of RGB (Red+Green+Blue) = 152+138+52=342 (45% of max value = 765). Red value is 152 (59.77% from 255 or 44.44% from 342); Green value is 138 (54.30% from 255 or 40.35% from 342); Blue value is 52 (20.70% from 255 or 15.20% from 342); Max value from RGB is 152 - color contains mainly: red. Hex color #988A34 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #988A34 is #6775CB. Grayscale: #848484. Windows color (decimal): -6780364 or 3443352. OLE color: 3443352.

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

Color convert

RGB15213852-
CMYK00.090.660.40
HSL51.6º49.02%40%-
HSV(B)51.6º65.79%59.61%-
XYZ22.6625.16.9-
YUV132.3882.64141.99-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 44.44%
GREEN value IS 138 (54.30% from 255) = 40.35%
BLUE value IS 52 (20.70% from 255) = 15.20%
R=44.44%
G=40.35%
B=15.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.66
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521385200.090.660.4051.649.0240
Hex988A34094228343128
Octal2302126401110250646150
Binary1001100010001010110100010011000010101000110100110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988A34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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