#989B3D

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

Shades of Highball #989B3D

Tints of Highball #989B3D

Color information

#989B3D (or 0x989B3D) is unknown color: approx Highball. HEX triplet: 98, 9B and 3D. RGB value is (152,155,61). Sum of RGB (Red+Green+Blue) = 152+155+61=368 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.30% from 368); Green value is 155 (60.94% from 255 or 42.12% from 368); Blue value is 61 (24.22% from 255 or 16.58% from 368); Max value from RGB is 155 - color contains mainly: green. Hex color #989B3D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #989B3D is #6764C2. Grayscale: #8F8F8F. Windows color (decimal): -6776003 or 4037528. OLE color: 4037528.

HSL color Cylindrical-coordinate representation of color #989B3D: hue angle of 61.91º degrees, saturation: 0.44, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #989B3D is Cyan = 0.02, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.39.

Color convert

RGB15215561-
CMYK0.0200.610.39
HSL61.91º43.52%42.35%-
HSV(B)61.91º60.65%60.78%-
XYZ25.5130.468.95-
YUV143.3981.51134.14-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 41.30%
GREEN value IS 155 (60.94% from 255) = 42.12%
BLUE value IS 61 (24.22% from 255) = 16.58%
R=41.30%
G=42.12%
B=16.58%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal152155610.0200.610.3961.9143.5242.35
Hex989B3D203D273e2c2a
Octal23023375207547765452
Binary1001100010011011111101100111101100111111110101100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #989B3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,155,61); }

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

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

 a { background-color: rgb(152,155,61); }

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

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

 span { border-color: rgb(152,155,61); }

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