#989162

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

Shades of Gurkha #989162

Tints of Gurkha #989162

Color information

#989162 (or 0x989162) is unknown color: approx Gurkha. HEX triplet: 98, 91 and 62. RGB value is (152,145,98). Sum of RGB (Red+Green+Blue) = 152+145+98=395 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.48% from 395); Green value is 145 (57.03% from 255 or 36.71% from 395); Blue value is 98 (38.67% from 255 or 24.81% from 395); Max value from RGB is 152 - color contains mainly: red. Hex color #989162 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #989162 is #676E9D. Grayscale: #8D8D8D. Windows color (decimal): -6778526 or 6459800. OLE color: 6459800.

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

Color convert

RGB15214598-
CMYK00.050.360.40
HSL52.22º21.6%49.02%-
HSV(B)52.22º35.53%59.61%-
XYZ25.2827.8115.59-
YUV141.73103.32135.32-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 38.48%
GREEN value IS 145 (57.03% from 255) = 36.71%
BLUE value IS 98 (38.67% from 255) = 24.81%
R=38.48%
G=36.71%
B=24.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.36
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521459800.050.360.4052.2221.649.02
Hex989162052428341631
Octal230221142054450642661
Binary10011000100100011100010010110010010100011010010110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #989162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #989162; }

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

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

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

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

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

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

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

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