#988F34

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

Shades of Highball #988F34

Tints of Highball #988F34

Color information

#988F34 (or 0x988F34) is unknown color: approx Highball. HEX triplet: 98, 8F and 34. RGB value is (152,143,52). Sum of RGB (Red+Green+Blue) = 152+143+52=347 (45% of max value = 765). Red value is 152 (59.77% from 255 or 43.80% from 347); Green value is 143 (56.25% from 255 or 41.21% from 347); Blue value is 52 (20.70% from 255 or 14.99% from 347); Max value from RGB is 152 - color contains mainly: red. Hex color #988F34 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #988F34 is #6770CB. Grayscale: #878787. Windows color (decimal): -6779084 or 3444632. OLE color: 3444632.

HSL color Cylindrical-coordinate representation of color #988F34: hue angle of 54.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 #988F34 is Cyan = 0, Magento = 0.06, Yellow = 0.66 and Black (K on CMYK) = 0.40.

Color convert

RGB15214352-
CMYK00.060.660.40
HSL54.6º49.02%40%-
HSV(B)54.6º65.79%59.61%-
XYZ23.3926.577.14-
YUV135.3280.98139.9-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 43.80%
GREEN value IS 143 (56.25% from 255) = 41.21%
BLUE value IS 52 (20.70% from 255) = 14.99%
R=43.80%
G=41.21%
B=14.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.66
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521435200.060.660.4054.649.0240
Hex988F34064228373128
Octal230217640610250676150
Binary100110001000111111010001101000010101000110111110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988F34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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