#988E46

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

Shades of Highball #988E46

Tints of Highball #988E46

Color information

#988E46 (or 0x988E46) is unknown color: approx Highball. HEX triplet: 98, 8E and 46. RGB value is (152,142,70). Sum of RGB (Red+Green+Blue) = 152+142+70=364 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.76% from 364); Green value is 142 (55.86% from 255 or 39.01% from 364); Blue value is 70 (27.73% from 255 or 19.23% from 364); Max value from RGB is 152 - color contains mainly: red. Hex color #988E46 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #988E46 is #6771B9. Grayscale: #898989. Windows color (decimal): -6779322 or 4624024. OLE color: 4624024.

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

Color convert

RGB15214270-
CMYK00.070.540.40
HSL52.68º36.94%43.53%-
HSV(B)52.68º53.95%59.61%-
XYZ23.7326.469.65-
YUV136.7890.31138.85-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 41.76%
GREEN value IS 142 (55.86% from 255) = 39.01%
BLUE value IS 70 (27.73% from 255) = 19.23%
R=41.76%
G=39.01%
B=19.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.54
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521427000.070.540.4052.6836.9443.53
Hex988E4607362835252c
Octal230216106076650654554
Binary100110001000111010001100111110110101000110101100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988E46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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