Html Css Color HEX #979266 Gurkha

📋 copy color: '#979266'

red 151 ◦ green 146 ◦ blue 102

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

Shades of Gurkha #979266

Tints of Gurkha #979266

RGB

 RED value IS 151 (59.38% from 255) = 37.84%

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

 BLUE value IS 102 (40.23% from 255) = 25.56%

R = 37.84%
G = 36.59%
B = 25.56%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.32

 K value IS 0.41

RGB Variations

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

Color information

#979266 (or 0x979266) is known color: Gurkha. HEX triplet: 97, 92 and 66. RGB value is (151,146,102). Sum of RGB (Red+Green+Blue) = 151+146+102=399 (52% of max value = 765). Red value is 151 (59.38% from 255 or 37.84% from 399); Green value is 146 (57.42% from 255 or 36.59% from 399); Blue value is 102 (40.23% from 255 or 25.56% from 399); Max value from RGB is 151 - color contains mainly: red. Hex color #979266 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #979266 is #686D99. Grayscale: #8E8E8E. Windows color (decimal): -6843802 or 6722199. OLE color: 6722199.

HSL color Cylindrical-coordinate representation of color #979266: hue angle of 53.88º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #979266 is Cyan = 0, Magento = 0.03, Yellow = 0.32 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 146 102 -
CMYK 0 0.03 0.32 0.41
HSL 53.88º 0.19% 0.5% -
HSV(B) 53.88º 0.32% 0.59% -
XYZ 25.44 28.1 16.65 -
YUV 142.48 105.16 134.08 -
System Red Green Blue C M Y K H S L
Decimal 151 146 102 0 0.03 0.32 0.41 53.88 0.19 0.5
Hex 97 92 66 0 3 20 29 36 13 32
Octal 227 222 146 0 3 40 51 66 23 62
Binary 10010111 10010010 1100110 0 11 100000 101001 110110 10011 110010

Color Harmonies of #979266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #979266

Black with #979266

Text Example


Text Example

White with #979266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #979266; }

 p { color: rgb(151,146,102); }

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

background-color css

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

 a { background-color: rgb(151,146,102); }

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

border-color css

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

 span { border-color: rgb(151,146,102); }

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