#988E35

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

Shades of Highball #988E35

Tints of Highball #988E35

Color information

#988E35 (or 0x988E35) is unknown color: approx Highball. HEX triplet: 98, 8E and 35. RGB value is (152,142,53). Sum of RGB (Red+Green+Blue) = 152+142+53=347 (45% of max value = 765). Red value is 152 (59.77% from 255 or 43.80% from 347); Green value is 142 (55.86% from 255 or 40.92% from 347); Blue value is 53 (21.09% from 255 or 15.27% from 347); Max value from RGB is 152 - color contains mainly: red. Hex color #988E35 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #988E35 is #6771CA. Grayscale: #878787. Windows color (decimal): -6779339 or 3509912. OLE color: 3509912.

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

Color convert

RGB15214253-
CMYK00.070.650.40
HSL53.94º48.29%40.2%-
HSV(B)53.94º65.13%59.61%-
XYZ23.2626.287.21-
YUV134.8481.81140.24-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 43.80%
GREEN value IS 142 (55.86% from 255) = 40.92%
BLUE value IS 53 (21.09% from 255) = 15.27%
R=43.80%
G=40.92%
B=15.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.65
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521425300.070.650.4053.9448.2940.2
Hex988E35074128363028
Octal230216650710150666050
Binary100110001000111011010101111000001101000110110110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988E35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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