#988D42

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

Shades of Highball #988D42

Tints of Highball #988D42

Color information

#988D42 (or 0x988D42) is unknown color: approx Highball. HEX triplet: 98, 8D and 42. RGB value is (152,141,66). Sum of RGB (Red+Green+Blue) = 152+141+66=359 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.34% from 359); Green value is 141 (55.47% from 255 or 39.28% from 359); Blue value is 66 (26.17% from 255 or 18.38% from 359); Max value from RGB is 152 - color contains mainly: red. Hex color #988D42 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #988D42 is #6772BD. Grayscale: #888888. Windows color (decimal): -6779582 or 4361624. OLE color: 4361624.

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

Color convert

RGB15214166-
CMYK00.070.570.40
HSL52.33º39.45%42.75%-
HSV(B)52.33º56.58%59.61%-
XYZ23.4626.128.96-
YUV135.7488.64139.6-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 42.34%
GREEN value IS 141 (55.47% from 255) = 39.28%
BLUE value IS 66 (26.17% from 255) = 18.38%
R=42.34%
G=39.28%
B=18.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.57
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521416600.070.570.4052.3339.4542.75
Hex988D4207392834272b
Octal230215102077150644753
Binary100110001000110110000100111111001101000110100100111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988D42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,141,66); }

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

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

 a { background-color: rgb(152,141,66); }

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

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

 span { border-color: rgb(152,141,66); }

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