#989178

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

Shades of Gurkha #989178

Tints of Gurkha #989178

Color information

#989178 (or 0x989178) is unknown color: approx Gurkha. HEX triplet: 98, 91 and 78. RGB value is (152,145,120). Sum of RGB (Red+Green+Blue) = 152+145+120=417 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.45% from 417); Green value is 145 (57.03% from 255 or 34.77% from 417); Blue value is 120 (47.27% from 255 or 28.78% from 417); Max value from RGB is 152 - color contains mainly: red. Hex color #989178 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #989178 is #676E87. Grayscale: #909090. Windows color (decimal): -6778504 or 7901592. OLE color: 7901592.

HSL color Cylindrical-coordinate representation of color #989178: hue angle of 46.88º degrees, saturation: 0.13, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #989178 is Cyan = 0, Magento = 0.05, Yellow = 0.21 and Black (K on CMYK) = 0.40.

Color convert

RGB152145120-
CMYK00.050.210.40
HSL46.88º13.45%53.33%-
HSV(B)46.88º21.05%59.61%-
XYZ26.4628.2821.83-
YUV144.24114.32133.53-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 36.45%
GREEN value IS 145 (57.03% from 255) = 34.77%
BLUE value IS 120 (47.27% from 255) = 28.78%
R=36.45%
G=34.77%
B=28.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.21
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15214512000.050.210.4046.8813.4553.33
Hex9891780515282fd35
Octal230221170052550571565
Binary100110001001000111110000101101011010001011111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #989178

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #989178; }

 p { color: rgb(152,145,120); }

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

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

 a { background-color: rgb(152,145,120); }

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

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

 span { border-color: rgb(152,145,120); }

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