#989A48

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

Shades of Highball #989A48

Tints of Highball #989A48

Color information

#989A48 (or 0x989A48) is unknown color: approx Highball. HEX triplet: 98, 9A and 48. RGB value is (152,154,72). Sum of RGB (Red+Green+Blue) = 152+154+72=378 (50% of max value = 765). Red value is 152 (59.77% from 255 or 40.21% from 378); Green value is 154 (60.55% from 255 or 40.74% from 378); Blue value is 72 (28.52% from 255 or 19.05% from 378); Max value from RGB is 154 - color contains mainly: green. Hex color #989A48 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #989A48 is #6765B7. Grayscale: #909090. Windows color (decimal): -6776248 or 4758168. OLE color: 4758168.

HSL color Cylindrical-coordinate representation of color #989A48: hue angle of 61.46º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #989A48 is Cyan = 0.01, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.40.

Color convert

RGB15215472-
CMYK0.0100.530.40
HSL61.46º36.28%44.31%-
HSV(B)61.46º53.25%60.39%-
XYZ25.6730.2510.62-
YUV144.0587.34133.67-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 40.21%
GREEN value IS 154 (60.55% from 255) = 40.74%
BLUE value IS 72 (28.52% from 255) = 19.05%
R=40.21%
G=40.74%
B=19.05%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152154720.0100.530.4061.4636.2844.31
Hex989A481035283d242c
Octal230232110106550754454
Binary1001100010011010100100010110101101000111101100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #989A48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,154,72); }

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

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

 a { background-color: rgb(152,154,72); }

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

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

 span { border-color: rgb(152,154,72); }

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