#988142

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

Shades of Highball #988142

Tints of Highball #988142

Color information

#988142 (or 0x988142) is unknown color: approx Highball. HEX triplet: 98, 81 and 42. RGB value is (152,129,66). Sum of RGB (Red+Green+Blue) = 152+129+66=347 (45% of max value = 765). Red value is 152 (59.77% from 255 or 43.80% from 347); Green value is 129 (50.78% from 255 or 37.18% from 347); Blue value is 66 (26.17% from 255 or 19.02% from 347); Max value from RGB is 152 - color contains mainly: red. Hex color #988142 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #988142 is #677EBD. Grayscale: #808080. Windows color (decimal): -6782654 or 4358552. OLE color: 4358552.

HSL color Cylindrical-coordinate representation of color #988142: hue angle of 43.95º 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 #988142 is Cyan = 0, Magento = 0.15, Yellow = 0.57 and Black (K on CMYK) = 0.40.

Color convert

RGB15212966-
CMYK00.150.570.40
HSL43.95º39.45%42.75%-
HSV(B)43.95º56.58%59.61%-
XYZ21.7822.778.4-
YUV128.792.62144.62-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 43.80%
GREEN value IS 129 (50.78% from 255) = 37.18%
BLUE value IS 66 (26.17% from 255) = 19.02%
R=43.80%
G=37.18%
B=19.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.57
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521296600.150.570.4043.9539.4542.75
Hex9881420F39282c272b
Octal2302011020177150544753
Binary1001100010000001100001001111111001101000101100100111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #988142; }

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

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

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

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

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

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

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

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