Html Css Color HEX #989479 Gurkha

📋 copy color: '#989479'

red 152 ◦ green 148 ◦ blue 121

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

Shades of Gurkha #989479

Tints of Gurkha #989479

RGB

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

 GREEN value IS 148 (58.2% from 255) = 35.15%

 BLUE value IS 121 (47.66% from 255) = 28.74%

R = 36.1%
G = 35.15%
B = 28.74%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.20

 K value IS 0.40

RGB Variations

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

Color information

#989479 (or 0x989479) is known color: Gurkha. HEX triplet: 98, 94 and 79. RGB value is (152,148,121). Sum of RGB (Red+Green+Blue) = 152+148+121=421 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.10% from 421); Green value is 148 (58.20% from 255 or 35.15% from 421); Blue value is 121 (47.66% from 255 or 28.74% from 421); Max value from RGB is 152 - color contains mainly: red. Hex color #989479 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #989479 is #676B86. Grayscale: #929292. Windows color (decimal): -6777735 or 7967896. OLE color: 7967896.

HSL color Cylindrical-coordinate representation of color #989479: hue angle of 52.26º degrees, saturation: 0.13, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #989479 is Cyan = 0, Magento = 0.03, Yellow = 0.20 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 148 121 -
CMYK 0 0.03 0.20 0.40
HSL 52.26º 0.13% 0.54% -
HSV(B) 52.26º 0.2% 0.6% -
XYZ 26.99 29.24 22.31 -
YUV 146.12 113.83 132.2 -
System Red Green Blue C M Y K H S L
Decimal 152 148 121 0 0.03 0.20 0.40 52.26 0.13 0.54
Hex 98 94 79 0 3 14 28 34 D 36
Octal 230 224 171 0 3 24 50 64 15 66
Binary 10011000 10010100 1111001 0 11 10100 101000 110100 1101 110110

Color Harmonies of #989479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #989479

Black with #989479

Text Example


Text Example

White with #989479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #989479; }

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

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

background-color css

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

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

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

border-color css

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

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

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