#988A3D

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

Shades of Highball #988A3D

Tints of Highball #988A3D

Color information

#988A3D (or 0x988A3D) is unknown color: approx Highball. HEX triplet: 98, 8A and 3D. RGB value is (152,138,61). Sum of RGB (Red+Green+Blue) = 152+138+61=351 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.30% from 351); Green value is 138 (54.30% from 255 or 39.32% from 351); Blue value is 61 (24.22% from 255 or 17.38% from 351); Max value from RGB is 152 - color contains mainly: red. Hex color #988A3D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #988A3D is #6775C2. Grayscale: #858585. Windows color (decimal): -6780355 or 4033176. OLE color: 4033176.

HSL color Cylindrical-coordinate representation of color #988A3D: hue angle of 50.77º degrees, saturation: 0.43, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #988A3D is Cyan = 0, Magento = 0.09, Yellow = 0.60 and Black (K on CMYK) = 0.40.

Color convert

RGB15213861-
CMYK00.090.600.40
HSL50.77º42.72%41.76%-
HSV(B)50.77º59.87%59.61%-
XYZ22.8825.198.07-
YUV133.4187.14141.26-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 43.30%
GREEN value IS 138 (54.30% from 255) = 39.32%
BLUE value IS 61 (24.22% from 255) = 17.38%
R=43.30%
G=39.32%
B=17.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.60
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521386100.090.600.4050.7742.7241.76
Hex988A3D093C28332b2a
Octal230212750117450635352
Binary100110001000101011110101001111100101000110011101011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988A3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #988A3D; }

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

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

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

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

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

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

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

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