Html Css Color HEX #989370 Gurkha

📋 copy color: '#989370'

red 152 ◦ green 147 ◦ blue 112

#989370
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gurkha #989370

Tints of Gurkha #989370

RGB

 RED value IS 152 (59.77% from 255) = 36.98%

 GREEN value IS 147 (57.81% from 255) = 35.77%

 BLUE value IS 112 (44.14% from 255) = 27.25%

R = 36.98%
G = 35.77%
B = 27.25%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.26

 K value IS 0.40

RGB Variations

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

Color information

#989370 (or 0x989370) is known color: Gurkha. HEX triplet: 98, 93 and 70. RGB value is (152,147,112). Sum of RGB (Red+Green+Blue) = 152+147+112=411 (54% of max value = 765). Red value is 152 (59.77% from 255 or 36.98% from 411); Green value is 147 (57.81% from 255 or 35.77% from 411); Blue value is 112 (44.14% from 255 or 27.25% from 411); Max value from RGB is 152 - color contains mainly: red. Hex color #989370 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #989370 is #676C8F. Grayscale: #909090. Windows color (decimal): -6778000 or 7377816. OLE color: 7377816.

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

Color convert

RGB 152 147 112 -
CMYK 0 0.03 0.26 0.40
HSL 52.5º 0.16% 0.52% -
HSV(B) 52.5º 0.26% 0.6% -
XYZ 26.31 28.71 19.48 -
YUV 144.51 109.66 133.35 -
System Red Green Blue C M Y K H S L
Decimal 152 147 112 0 0.03 0.26 0.40 52.5 0.16 0.52
Hex 98 93 70 0 3 1A 28 34 10 34
Octal 230 223 160 0 3 32 50 64 20 64
Binary 10011000 10010011 1110000 0 11 11010 101000 110100 10000 110100

Color Harmonies of #989370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #989370

Black with #989370

Text Example


Text Example

White with #989370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #989370; }

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

 H1.HeaderClassName
 {
   color: #989370;
 }
 .AnyTagClassName
 {
   color: #989370;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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