Html Css Color HEX #989470 Gurkha

📋 copy color: '#989470'

red 152 ◦ green 148 ◦ blue 112

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

Shades of Gurkha #989470

Tints of Gurkha #989470

RGB

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

 GREEN value IS 148 (58.2% 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 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

#989470 (or 0x989470) is known color: 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

RGB 152 148 112 -
CMYK 0 0.03 0.26 0.40
HSL 54º 0.16% 0.52% -
HSV(B) 54º 0.26% 0.6% -
XYZ 26.46 29.03 19.54 -
YUV 145.09 109.33 132.93 -
System Red Green Blue C M Y K H S L
Decimal 152 148 112 0 0.03 0.26 0.40 54 0.16 0.52
Hex 98 94 70 0 3 1A 28 36 10 34
Octal 230 224 160 0 3 32 50 66 20 64
Binary 10011000 10010100 1110000 0 11 11010 101000 110110 10000 110100

Color Harmonies of #989470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #989470

Black with #989470

Text Example


Text Example

White with #989470

Text Example


Text Example

HTML Codes & Css Web 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>