#989348

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

Shades of Highball #989348

Tints of Highball #989348

Color information

#989348 (or 0x989348) is unknown color: approx Highball. HEX triplet: 98, 93 and 48. RGB value is (152,147,72). Sum of RGB (Red+Green+Blue) = 152+147+72=371 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.97% from 371); Green value is 147 (57.81% from 255 or 39.62% from 371); Blue value is 72 (28.52% from 255 or 19.41% from 371); Max value from RGB is 152 - color contains mainly: red. Hex color #989348 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #989348 is #676CB7. Grayscale: #8C8C8C. Windows color (decimal): -6778040 or 4756376. OLE color: 4756376.

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

Color convert

RGB15214772-
CMYK00.030.530.40
HSL56.25º35.71%43.92%-
HSV(B)56.25º52.63%59.61%-
XYZ24.5528.0110.24-
YUV139.9489.66136.6-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 40.97%
GREEN value IS 147 (57.81% from 255) = 39.62%
BLUE value IS 72 (28.52% from 255) = 19.41%
R=40.97%
G=39.62%
B=19.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.53
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521477200.030.530.4056.2535.7143.92
Hex98934803352838242c
Octal230223110036550704454
Binary10011000100100111001000011110101101000111000100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #989348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #989348; }

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

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

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

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

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

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

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

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