Html Css Color HEX #97985A Avocado

📋 copy color: '#97985A'

red 151 ◦ green 152 ◦ blue 90

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

Shades of Avocado #97985A

Tints of Avocado #97985A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 22.9%

R = 38.42%
G = 38.68%
B = 22.9%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.41

 K value IS 0.40

RGB Variations

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

Color information

#97985A (or 0x97985A) is known color: Avocado. HEX triplet: 97, 98 and 5A. RGB value is (151,152,90). Sum of RGB (Red+Green+Blue) = 151+152+90=393 (52% of max value = 765). Red value is 151 (59.38% from 255 or 38.42% from 393); Green value is 152 (59.77% from 255 or 38.68% from 393); Blue value is 90 (35.55% from 255 or 22.90% from 393); Max value from RGB is 152 - color contains mainly: green. Hex color #97985A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #97985A is #6867A5. Grayscale: #909090. Windows color (decimal): -6842278 or 5937303. OLE color: 5937303.

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

Color convert

RGB 151 152 90 -
CMYK 0.01 0 0.41 0.40
HSL 60.97º 0.26% 0.47% -
HSV(B) 60.97º 0.41% 0.6% -
XYZ 25.84 29.77 14.06 -
YUV 144.63 97.17 132.54 -
System Red Green Blue C M Y K H S L
Decimal 151 152 90 0.01 0 0.41 0.40 60.97 0.26 0.47
Hex 97 98 5A 1 0 29 28 3D 1A 2F
Octal 227 230 132 1 0 51 50 75 32 57
Binary 10010111 10011000 1011010 1 0 101001 101000 111101 11010 101111

Color Harmonies of #97985A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97985A

Black with #97985A

Text Example


Text Example

White with #97985A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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