Html Css Color HEX #989260 Gurkha

📋 copy color: '#989260'

red 152 ◦ green 146 ◦ blue 96

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

Shades of Gurkha #989260

Tints of Gurkha #989260

RGB

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

 GREEN value IS 146 (57.42% from 255) = 37.06%

 BLUE value IS 96 (37.89% from 255) = 24.37%

R = 38.58%
G = 37.06%
B = 24.37%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.37

 K value IS 0.40

RGB Variations

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

Color information

#989260 (or 0x989260) is known color: Gurkha. HEX triplet: 98, 92 and 60. RGB value is (152,146,96). Sum of RGB (Red+Green+Blue) = 152+146+96=394 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.58% from 394); Green value is 146 (57.42% from 255 or 37.06% from 394); Blue value is 96 (37.89% from 255 or 24.37% from 394); Max value from RGB is 152 - color contains mainly: red. Hex color #989260 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #989260 is #676D9F. Grayscale: #8E8E8E. Windows color (decimal): -6778272 or 6328984. OLE color: 6328984.

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

Color convert

RGB 152 146 96 -
CMYK 0 0.04 0.37 0.40
HSL 53.57º 0.23% 0.49% -
HSV(B) 53.57º 0.37% 0.6% -
XYZ 25.34 28.08 15.15 -
YUV 142.09 101.99 135.07 -
System Red Green Blue C M Y K H S L
Decimal 152 146 96 0 0.04 0.37 0.40 53.57 0.23 0.49
Hex 98 92 60 0 4 25 28 36 17 31
Octal 230 222 140 0 4 45 50 66 27 61
Binary 10011000 10010010 1100000 0 100 100101 101000 110110 10111 110001

Color Harmonies of #989260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #989260

Black with #989260

Text Example


Text Example

White with #989260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #989260; }

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

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

background-color css

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

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

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

border-color css

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

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

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