Html Css Color HEX #989162 Gurkha

📋 copy color: '#989162'

red 152 ◦ green 145 ◦ blue 98

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

Shades of Gurkha #989162

Tints of Gurkha #989162

RGB

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

 GREEN value IS 145 (57.03% from 255) = 36.71%

 BLUE value IS 98 (38.67% from 255) = 24.81%

R = 38.48%
G = 36.71%
B = 24.81%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.36

 K value IS 0.40

RGB Variations

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

Color information

#989162 (or 0x989162) is known color: Gurkha. HEX triplet: 98, 91 and 62. RGB value is (152,145,98). Sum of RGB (Red+Green+Blue) = 152+145+98=395 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.48% from 395); Green value is 145 (57.03% from 255 or 36.71% from 395); Blue value is 98 (38.67% from 255 or 24.81% from 395); Max value from RGB is 152 - color contains mainly: red. Hex color #989162 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #989162 is #676E9D. Grayscale: #8D8D8D. Windows color (decimal): -6778526 or 6459800. OLE color: 6459800.

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

Color convert

RGB 152 145 98 -
CMYK 0 0.05 0.36 0.40
HSL 52.22º 0.22% 0.49% -
HSV(B) 52.22º 0.36% 0.6% -
XYZ 25.28 27.81 15.59 -
YUV 141.74 103.32 135.32 -
System Red Green Blue C M Y K H S L
Decimal 152 145 98 0 0.05 0.36 0.40 52.22 0.22 0.49
Hex 98 91 62 0 5 24 28 34 16 31
Octal 230 221 142 0 5 44 50 64 26 61
Binary 10011000 10010001 1100010 0 101 100100 101000 110100 10110 110001

Color Harmonies of #989162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #989162

Black with #989162

Text Example


Text Example

White with #989162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #989162; }

 p { color: rgb(152,145,98); }

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

background-color css

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

 a { background-color: rgb(152,145,98); }

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

border-color css

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

 span { border-color: rgb(152,145,98); }

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