Html Css Color HEX #989961 Avocado

📋 copy color: '#989961'

red 152 ◦ green 153 ◦ blue 97

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

Shades of Avocado #989961

Tints of Avocado #989961

RGB

 RED value IS 152 (59.77% from 255) = 37.81%

 GREEN value IS 153 (60.16% from 255) = 38.06%

 BLUE value IS 97 (38.28% from 255) = 24.13%

R = 37.81%
G = 38.06%
B = 24.13%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.37

 K value IS 0.4

RGB Variations

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

Color information

#989961 (or 0x989961) is known color: Avocado. HEX triplet: 98, 99 and 61. RGB value is (152,153,97). Sum of RGB (Red+Green+Blue) = 152+153+97=402 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.81% from 402); Green value is 153 (60.16% from 255 or 38.06% from 402); Blue value is 97 (38.28% from 255 or 24.13% from 402); Max value from RGB is 153 - color contains mainly: green. Hex color #989961 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #989961 is #67669E. Grayscale: #929292. Windows color (decimal): -6776479 or 6396312. OLE color: 6396312.

HSL color Cylindrical-coordinate representation of color #989961: hue angle of 61.07º degrees, saturation: 0.22, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #989961 is Cyan = 0.01, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.4.

Color convert

RGB 152 153 97 -
CMYK 0.01 0 0.37 0.4
HSL 61.07º 0.22% 0.49% -
HSV(B) 61.07º 0.37% 0.6% -
XYZ 26.5 30.32 15.77 -
YUV 146.32 100.17 132.05 -
System Red Green Blue C M Y K H S L
Decimal 152 153 97 0.01 0 0.37 0.4 61.07 0.22 0.49
Hex 98 99 61 1 0 25 28 3D 16 31
Octal 230 231 141 1 0 45 50 75 26 61
Binary 10011000 10011001 1100001 1 0 100101 101000 111101 10110 110001

Color Harmonies of #989961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #989961

Black with #989961

Text Example


Text Example

White with #989961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #989961; }

 p { color: rgb(152,153,97); }

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

background-color css

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

 a { background-color: rgb(152,153,97); }

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

border-color css

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

 span { border-color: rgb(152,153,97); }

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