Html Css Color HEX #97985C Avocado

📋 copy color: '#97985C'

red 151 ◦ green 152 ◦ blue 92

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

Shades of Avocado #97985C

Tints of Avocado #97985C

RGB

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

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

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

R = 38.23%
G = 38.48%
B = 23.29%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.39

 K value IS 0.40

RGB Variations

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

Color information

#97985C (or 0x97985C) is known color: Avocado. HEX triplet: 97, 98 and 5C. RGB value is (151,152,92). Sum of RGB (Red+Green+Blue) = 151+152+92=395 (52% of max value = 765). Red value is 151 (59.38% from 255 or 38.23% from 395); Green value is 152 (59.77% from 255 or 38.48% from 395); Blue value is 92 (36.33% from 255 or 23.29% from 395); Max value from RGB is 152 - color contains mainly: green. Hex color #97985C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #97985C is #6867A3. Grayscale: #919191. Windows color (decimal): -6842276 or 6068375. OLE color: 6068375.

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

Color convert

RGB 151 152 92 -
CMYK 0.01 0 0.39 0.40
HSL 61º 0.25% 0.48% -
HSV(B) 61º 0.39% 0.6% -
XYZ 25.92 29.81 14.51 -
YUV 144.86 98.17 132.38 -
System Red Green Blue C M Y K H S L
Decimal 151 152 92 0.01 0 0.39 0.40 61 0.25 0.48
Hex 97 98 5C 1 0 27 28 3D 19 30
Octal 227 230 134 1 0 47 50 75 31 60
Binary 10010111 10011000 1011100 1 0 100111 101000 111101 11001 110000

Color Harmonies of #97985C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97985C

Black with #97985C

Text Example


Text Example

White with #97985C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #97985C; }

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

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

background-color css

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

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

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

border-color css

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

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

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