#989470

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

Shades of Gurkha #989470

Tints of Gurkha #989470

Color information

#989470 (or 0x989470) is unknown color: approx Gurkha. HEX triplet: 98, 94 and 70. RGB value is (152,148,112). Sum of RGB (Red+Green+Blue) = 152+148+112=412 (54% of max value = 765). Red value is 152 (59.77% from 255 or 36.89% from 412); Green value is 148 (58.20% from 255 or 35.92% from 412); Blue value is 112 (44.14% from 255 or 27.18% from 412); Max value from RGB is 152 - color contains mainly: red. Hex color #989470 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #989470 is #676B8F. Grayscale: #919191. Windows color (decimal): -6777744 or 7378072. OLE color: 7378072.

HSL color Cylindrical-coordinate representation of color #989470: hue angle of 54º degrees, saturation: 0.16, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #989470 is Cyan = 0, Magento = 0.03, Yellow = 0.26 and Black (K on CMYK) = 0.40.

Color convert

RGB152148112-
CMYK00.030.260.40
HSL54º16.26%51.76%-
HSV(B)54º26.32%59.61%-
XYZ26.4629.0319.54-
YUV145.09109.33132.93-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 36.89%
GREEN value IS 148 (58.20% from 255) = 35.92%
BLUE value IS 112 (44.14% from 255) = 27.18%
R=36.89%
G=35.92%
B=27.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.26
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15214811200.030.260.405416.2651.76
Hex989470031A28361034
Octal230224160033250662064
Binary100110001001010011100000111101010100011011010000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #989470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #989470; }

 p { color: rgb(152,148,112); }

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

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

 a { background-color: rgb(152,148,112); }

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

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

 span { border-color: rgb(152,148,112); }

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