Html Css Color HEX #979B5C Avocado

📋 copy color: '#979B5C'

red 151 ◦ green 155 ◦ blue 92

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

Shades of Avocado #979B5C

Tints of Avocado #979B5C

RGB

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

 GREEN value IS 155 (60.94% from 255) = 38.94%

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

R = 37.94%
G = 38.94%
B = 23.12%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.41

 K value IS 0.39

RGB Variations

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

Color information

#979B5C (or 0x979B5C) is known color: Avocado. HEX triplet: 97, 9B and 5C. RGB value is (151,155,92). Sum of RGB (Red+Green+Blue) = 151+155+92=398 (52% of max value = 765). Red value is 151 (59.38% from 255 or 37.94% from 398); Green value is 155 (60.94% from 255 or 38.94% from 398); Blue value is 92 (36.33% from 255 or 23.12% from 398); Max value from RGB is 155 - color contains mainly: green. Hex color #979B5C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #979B5C is #6864A3. Grayscale: #929292. Windows color (decimal): -6841508 or 6069143. OLE color: 6069143.

HSL color Cylindrical-coordinate representation of color #979B5C: hue angle of 63.81º degrees, saturation: 0.26, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #979B5C is Cyan = 0.03, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.39.

Color convert

RGB 151 155 92 -
CMYK 0.03 0 0.41 0.39
HSL 63.81º 0.26% 0.48% -
HSV(B) 63.81º 0.41% 0.61% -
XYZ 26.42 30.79 14.68 -
YUV 146.62 97.17 131.12 -
System Red Green Blue C M Y K H S L
Decimal 151 155 92 0.03 0 0.41 0.39 63.81 0.26 0.48
Hex 97 9B 5C 3 0 29 27 40 1A 30
Octal 227 233 134 3 0 51 47 100 32 60
Binary 10010111 10011011 1011100 11 0 101001 100111 1000000 11010 110000

Color Harmonies of #979B5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #979B5C

Black with #979B5C

Text Example


Text Example

White with #979B5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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