Html Css Color HEX #989270 Gurkha

📋 copy color: '#989270'

red 152 ◦ green 146 ◦ blue 112

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

Shades of Gurkha #989270

Tints of Gurkha #989270

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 27.32%

R = 37.07%
G = 35.61%
B = 27.32%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.26

 K value IS 0.40

RGB Variations

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

Color information

#989270 (or 0x989270) is known color: Gurkha. HEX triplet: 98, 92 and 70. RGB value is (152,146,112). Sum of RGB (Red+Green+Blue) = 152+146+112=410 (54% of max value = 765). Red value is 152 (59.77% from 255 or 37.07% from 410); Green value is 146 (57.42% from 255 or 35.61% from 410); Blue value is 112 (44.14% from 255 or 27.32% from 410); Max value from RGB is 152 - color contains mainly: red. Hex color #989270 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #989270 is #676D8F. Grayscale: #909090. Windows color (decimal): -6778256 or 7377560. OLE color: 7377560.

HSL color Cylindrical-coordinate representation of color #989270: hue angle of 51º 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 #989270 is Cyan = 0, Magento = 0.04, Yellow = 0.26 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 146 112 -
CMYK 0 0.04 0.26 0.40
HSL 51º 0.16% 0.52% -
HSV(B) 51º 0.26% 0.6% -
XYZ 26.15 28.4 19.43 -
YUV 143.92 109.99 133.76 -
System Red Green Blue C M Y K H S L
Decimal 152 146 112 0 0.04 0.26 0.40 51 0.16 0.52
Hex 98 92 70 0 4 1A 28 33 10 34
Octal 230 222 160 0 4 32 50 63 20 64
Binary 10011000 10010010 1110000 0 100 11010 101000 110011 10000 110100

Color Harmonies of #989270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #989270

Black with #989270

Text Example


Text Example

White with #989270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #989270; }

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

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

background-color css

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

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

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

border-color css

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

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

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