#988D45

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

Shades of Highball #988D45

Tints of Highball #988D45

Color information

#988D45 (or 0x988D45) is unknown color: approx Highball. HEX triplet: 98, 8D and 45. RGB value is (152,141,69). Sum of RGB (Red+Green+Blue) = 152+141+69=362 (47% of max value = 765). Red value is 152 (59.77% from 255 or 41.99% from 362); Green value is 141 (55.47% from 255 or 38.95% from 362); Blue value is 69 (27.34% from 255 or 19.06% from 362); Max value from RGB is 152 - color contains mainly: red. Hex color #988D45 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #988D45 is #6772BA. Grayscale: #888888. Windows color (decimal): -6779579 or 4558232. OLE color: 4558232.

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

Color convert

RGB15214169-
CMYK00.070.550.40
HSL52.05º37.56%43.33%-
HSV(B)52.05º54.61%59.61%-
XYZ23.5526.159.44-
YUV136.0890.14139.35-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 41.99%
GREEN value IS 141 (55.47% from 255) = 38.95%
BLUE value IS 69 (27.34% from 255) = 19.06%
R=41.99%
G=38.95%
B=19.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.55
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521416900.070.550.4052.0537.5643.33
Hex988D4507372834262b
Octal230215105076750644653
Binary100110001000110110001010111110111101000110100100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988D45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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