#988848

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

Shades of Highball #988848

Tints of Highball #988848

Color information

#988848 (or 0x988848) is unknown color: approx Highball. HEX triplet: 98, 88 and 48. RGB value is (152,136,72). Sum of RGB (Red+Green+Blue) = 152+136+72=360 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.22% from 360); Green value is 136 (53.52% from 255 or 37.78% from 360); Blue value is 72 (28.52% from 255 or 20% from 360); Max value from RGB is 152 - color contains mainly: red. Hex color #988848 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #988848 is #6777B7. Grayscale: #858585. Windows color (decimal): -6780856 or 4753560. OLE color: 4753560.

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

Color convert

RGB15213672-
CMYK00.110.530.40
HSL48º35.71%43.92%-
HSV(B)48º52.63%59.61%-
XYZ22.9224.759.7-
YUV133.4993.3141.2-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 42.22%
GREEN value IS 136 (53.52% from 255) = 37.78%
BLUE value IS 72 (28.52% from 255) = 20%
R=42.22%
G=37.78%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.53
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521367200.110.530.404835.7143.92
Hex9888480B352830242c
Octal2302101100136550604454
Binary1001100010001000100100001011110101101000110000100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #988848; }

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

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

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

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

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

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

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

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