Html Css Color HEX #989861 Avocado

📋 copy color: '#989861'

red 152 ◦ green 152 ◦ blue 97

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

Shades of Avocado #989861

Tints of Avocado #989861

RGB

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

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

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

R = 37.91%
G = 37.91%
B = 24.19%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.36

 K value IS 0.40

RGB Variations

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

Color information

#989861 (or 0x989861) is known color: Avocado. HEX triplet: 98, 98 and 61. RGB value is (152,152,97). Sum of RGB (Red+Green+Blue) = 152+152+97=401 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.91% from 401); Green value is 152 (59.77% from 255 or 37.91% from 401); Blue value is 97 (38.28% from 255 or 24.19% from 401); Max value from RGB is 152 - color contains mainly: red, green. Hex color #989861 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #989861 is #67679E. Grayscale: #919191. Windows color (decimal): -6776735 or 6396056. OLE color: 6396056.

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

Color convert

RGB 152 152 97 -
CMYK 0 0 0.36 0.40
HSL 60º 0.22% 0.49% -
HSV(B) 60º 0.36% 0.6% -
XYZ 26.33 29.99 15.71 -
YUV 145.73 100.5 132.47 -
System Red Green Blue C M Y K H S L
Decimal 152 152 97 0 0 0.36 0.40 60 0.22 0.49
Hex 98 98 61 0 0 24 28 3C 16 31
Octal 230 230 141 0 0 44 50 74 26 61
Binary 10011000 10011000 1100001 0 0 100100 101000 111100 10110 110001

Color Harmonies of #989861

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #989861

Black with #989861

Text Example


Text Example

White with #989861

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #989861; }

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

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

background-color css

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

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

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

border-color css

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

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

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