Html Css Color HEX #989272 Gurkha

📋 copy color: '#989272'

red 152 ◦ green 146 ◦ blue 114

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

Shades of Gurkha #989272

Tints of Gurkha #989272

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 27.67%

R = 36.89%
G = 35.44%
B = 27.67%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.25

 K value IS 0.40

RGB Variations

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

Color information

#989272 (or 0x989272) is known color: Gurkha. HEX triplet: 98, 92 and 72. RGB value is (152,146,114). Sum of RGB (Red+Green+Blue) = 152+146+114=412 (54% of max value = 765). Red value is 152 (59.77% from 255 or 36.89% from 412); Green value is 146 (57.42% from 255 or 35.44% from 412); Blue value is 114 (44.92% from 255 or 27.67% from 412); Max value from RGB is 152 - color contains mainly: red. Hex color #989272 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #989272 is #676D8D. Grayscale: #909090. Windows color (decimal): -6778254 or 7508632. OLE color: 7508632.

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

Color convert

RGB 152 146 114 -
CMYK 0 0.04 0.25 0.40
HSL 50.53º 0.16% 0.52% -
HSV(B) 50.53º 0.25% 0.6% -
XYZ 26.27 28.45 20.03 -
YUV 144.15 110.99 133.6 -
System Red Green Blue C M Y K H S L
Decimal 152 146 114 0 0.04 0.25 0.40 50.53 0.16 0.52
Hex 98 92 72 0 4 19 28 33 10 34
Octal 230 222 162 0 4 31 50 63 20 64
Binary 10011000 10010010 1110010 0 100 11001 101000 110011 10000 110100

Color Harmonies of #989272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #989272

Black with #989272

Text Example


Text Example

White with #989272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #989272; }

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

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

background-color css

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

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

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

border-color css

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

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

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