#989E45

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

Shades of Highball #989E45

Tints of Highball #989E45

Color information

#989E45 (or 0x989E45) is unknown color: approx Highball. HEX triplet: 98, 9E and 45. RGB value is (152,158,69). Sum of RGB (Red+Green+Blue) = 152+158+69=379 (50% of max value = 765). Red value is 152 (59.77% from 255 or 40.11% from 379); Green value is 158 (62.11% from 255 or 41.69% from 379); Blue value is 69 (27.34% from 255 or 18.21% from 379); Max value from RGB is 158 - color contains mainly: green. Hex color #989E45 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #989E45 is #6761BA. Grayscale: #929292. Windows color (decimal): -6775227 or 4562584. OLE color: 4562584.

HSL color Cylindrical-coordinate representation of color #989E45: hue angle of 64.04º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #989E45 is Cyan = 0.04, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.38.

Color convert

RGB15215869-
CMYK0.0400.560.38
HSL64.04º39.21%44.51%-
HSV(B)64.04º56.33%61.96%-
XYZ26.2531.5610.34-
YUV146.0684.51132.24-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 40.11%
GREEN value IS 158 (62.11% from 255) = 41.69%
BLUE value IS 69 (27.34% from 255) = 18.21%
R=40.11%
G=41.69%
B=18.21%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal152158690.0400.560.3864.0439.2144.51
Hex989E4540382640272d
Octal2302361054070461004755
Binary1001100010011110100010110001110001001101000000100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #989E45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #989E45; }

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

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

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

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

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

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

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

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