#989276

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

Shades of Gurkha #989276

Tints of Gurkha #989276

Color information

#989276 (or 0x989276) is unknown color: approx Gurkha. HEX triplet: 98, 92 and 76. RGB value is (152,146,118). Sum of RGB (Red+Green+Blue) = 152+146+118=416 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.54% from 416); Green value is 146 (57.42% from 255 or 35.10% from 416); Blue value is 118 (46.48% from 255 or 28.37% from 416); Max value from RGB is 152 - color contains mainly: red. Hex color #989276 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #989276 is #676D89. Grayscale: #909090. Windows color (decimal): -6778250 or 7770776. OLE color: 7770776.

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

Color convert

RGB152146118-
CMYK00.040.220.40
HSL49.41º14.17%52.94%-
HSV(B)49.41º22.37%59.61%-
XYZ26.528.5421.25-
YUV144.6112.99133.28-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 36.54%
GREEN value IS 146 (57.42% from 255) = 35.10%
BLUE value IS 118 (46.48% from 255) = 28.37%
R=36.54%
G=35.10%
B=28.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.22
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15214611800.040.220.4049.4114.1752.94
Hex98927604162831e35
Octal230222166042650611665
Binary100110001001001011101100100101101010001100011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #989276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #989276; }

 p { color: rgb(152,146,118); }

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

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

 a { background-color: rgb(152,146,118); }

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

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

 span { border-color: rgb(152,146,118); }

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