Html Css Color HEX #979A5C Avocado

📋 copy color: '#979A5C'

red 151 ◦ green 154 ◦ blue 92

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

Shades of Avocado #979A5C

Tints of Avocado #979A5C

RGB

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

 GREEN value IS 154 (60.55% from 255) = 38.79%

 BLUE value IS 92 (36.33% from 255) = 23.17%

R = 38.04%
G = 38.79%
B = 23.17%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.40

 K value IS 0.40

RGB Variations

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

Color information

#979A5C (or 0x979A5C) is known color: Avocado. HEX triplet: 97, 9A and 5C. RGB value is (151,154,92). Sum of RGB (Red+Green+Blue) = 151+154+92=397 (52% of max value = 765). Red value is 151 (59.38% from 255 or 38.04% from 397); Green value is 154 (60.55% from 255 or 38.79% from 397); Blue value is 92 (36.33% from 255 or 23.17% from 397); Max value from RGB is 154 - color contains mainly: green. Hex color #979A5C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #979A5C is #6865A3. Grayscale: #929292. Windows color (decimal): -6841764 or 6068887. OLE color: 6068887.

HSL color Cylindrical-coordinate representation of color #979A5C: hue angle of 62.9º degrees, saturation: 0.25, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #979A5C is Cyan = 0.02, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.40.

Color convert

RGB 151 154 92 -
CMYK 0.02 0 0.40 0.40
HSL 62.9º 0.25% 0.48% -
HSV(B) 62.9º 0.4% 0.6% -
XYZ 26.25 30.46 14.62 -
YUV 146.04 97.51 131.54 -
System Red Green Blue C M Y K H S L
Decimal 151 154 92 0.02 0 0.40 0.40 62.9 0.25 0.48
Hex 97 9A 5C 2 0 28 28 3F 19 30
Octal 227 232 134 2 0 50 50 77 31 60
Binary 10010111 10011010 1011100 10 0 101000 101000 111111 11001 110000

Color Harmonies of #979A5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #979A5C

Black with #979A5C

Text Example


Text Example

White with #979A5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #979A5C; }

 p { color: rgb(151,154,92); }

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

background-color css

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

 a { background-color: rgb(151,154,92); }

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

border-color css

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

 span { border-color: rgb(151,154,92); }

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