#998E40

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

Shades of Highball #998E40

Tints of Highball #998E40

Color information

#998E40 (or 0x998E40) is unknown color: approx Highball. HEX triplet: 99, 8E and 40. RGB value is (153,142,64). Sum of RGB (Red+Green+Blue) = 153+142+64=359 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.62% from 359); Green value is 142 (55.86% from 255 or 39.55% from 359); Blue value is 64 (25.39% from 255 or 17.83% from 359); Max value from RGB is 153 - color contains mainly: red. Hex color #998E40 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #998E40 is #6671BF. Grayscale: #888888. Windows color (decimal): -6713792 or 4230809. OLE color: 4230809.

HSL color Cylindrical-coordinate representation of color #998E40: hue angle of 52.58º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #998E40 is Cyan = 0, Magento = 0.07, Yellow = 0.58 and Black (K on CMYK) = 0.4.

Color convert

RGB15314264-
CMYK00.070.580.4
HSL52.58º41.01%42.55%-
HSV(B)52.58º58.17%60%-
XYZ23.7426.498.71-
YUV136.487.14139.84-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 42.62%
GREEN value IS 142 (55.86% from 255) = 39.55%
BLUE value IS 64 (25.39% from 255) = 17.83%
R=42.62%
G=39.55%
B=17.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.58
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531426400.070.580.452.5841.0142.55
Hex998E40073A2835292b
Octal231216100077250655153
Binary100110011000111010000000111111010101000110101101001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998E40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #998E40; }

 p { color: rgb(153,142,64); }

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

<style>
 a { background-color: #998E40; }

 a { background-color: rgb(153,142,64); }

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

<style>
 span { border-color: #998E40; }

 span { border-color: rgb(153,142,64); }

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