Html Css Color HEX #97986A Avocado

📋 copy color: '#97986A'

red 151 ◦ green 152 ◦ blue 106

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

Shades of Avocado #97986A

Tints of Avocado #97986A

RGB

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

 GREEN value IS 152 (59.77% from 255) = 37.16%

 BLUE value IS 106 (41.8% from 255) = 25.92%

R = 36.92%
G = 37.16%
B = 25.92%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.30

 K value IS 0.40

RGB Variations

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

Color information

#97986A (or 0x97986A) is known color: Avocado. HEX triplet: 97, 98 and 6A. RGB value is (151,152,106). Sum of RGB (Red+Green+Blue) = 151+152+106=409 (54% of max value = 765). Red value is 151 (59.38% from 255 or 36.92% from 409); Green value is 152 (59.77% from 255 or 37.16% from 409); Blue value is 106 (41.80% from 255 or 25.92% from 409); Max value from RGB is 152 - color contains mainly: green. Hex color #97986A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #97986A is #686795. Grayscale: #929292. Windows color (decimal): -6842262 or 6985879. OLE color: 6985879.

HSL color Cylindrical-coordinate representation of color #97986A: hue angle of 61.3º degrees, saturation: 0.18, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #97986A is Cyan = 0.01, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.40.

Color convert

RGB 151 152 106 -
CMYK 0.01 0 0.30 0.40
HSL 61.3º 0.18% 0.51% -
HSV(B) 61.3º 0.3% 0.6% -
XYZ 26.59 30.08 18.04 -
YUV 146.46 105.17 131.24 -
System Red Green Blue C M Y K H S L
Decimal 151 152 106 0.01 0 0.30 0.40 61.3 0.18 0.51
Hex 97 98 6A 1 0 1E 28 3D 12 33
Octal 227 230 152 1 0 36 50 75 22 63
Binary 10010111 10011000 1101010 1 0 11110 101000 111101 10010 110011

Color Harmonies of #97986A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97986A

Black with #97986A

Text Example


Text Example

White with #97986A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #97986A; }

 p { color: rgb(151,152,106); }

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

background-color css

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

 a { background-color: rgb(151,152,106); }

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

border-color css

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

 span { border-color: rgb(151,152,106); }

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