#989278

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

Shades of Gurkha #989278

Tints of Gurkha #989278

Color information

#989278 (or 0x989278) is unknown color: approx Gurkha. HEX triplet: 98, 92 and 78. RGB value is (152,146,120). Sum of RGB (Red+Green+Blue) = 152+146+120=418 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.36% from 418); Green value is 146 (57.42% from 255 or 34.93% from 418); Blue value is 120 (47.27% from 255 or 28.71% from 418); Max value from RGB is 152 - color contains mainly: red. Hex color #989278 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #989278 is #676D87. Grayscale: #909090. Windows color (decimal): -6778248 or 7901848. OLE color: 7901848.

HSL color Cylindrical-coordinate representation of color #989278: hue angle of 48.75º 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 #989278 is Cyan = 0, Magento = 0.04, Yellow = 0.21 and Black (K on CMYK) = 0.40.

Color convert

RGB152146120-
CMYK00.040.210.40
HSL48.75º13.45%53.33%-
HSV(B)48.75º21.05%59.61%-
XYZ26.6228.5921.88-
YUV144.83113.99133.11-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 36.36%
GREEN value IS 146 (57.42% from 255) = 34.93%
BLUE value IS 120 (47.27% from 255) = 28.71%
R=36.36%
G=34.93%
B=28.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.21
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15214612000.040.210.4048.7513.4553.33
Hex98927804152831d35
Octal230222170042550611565
Binary100110001001001011110000100101011010001100011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #989278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #989278; }

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

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

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

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

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

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

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

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