Html Css Color HEX #989765 Avocado

📋 copy color: '#989765'

red 152 ◦ green 151 ◦ blue 101

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

Shades of Avocado #989765

Tints of Avocado #989765

RGB

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

 GREEN value IS 151 (59.38% from 255) = 37.38%

 BLUE value IS 101 (39.84% from 255) = 25%

R = 37.62%
G = 37.38%
B = 25%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.34

 K value IS 0.40

RGB Variations

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

Color information

#989765 (or 0x989765) is known color: Avocado. HEX triplet: 98, 97 and 65. RGB value is (152,151,101). Sum of RGB (Red+Green+Blue) = 152+151+101=404 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.62% from 404); Green value is 151 (59.38% from 255 or 37.38% from 404); Blue value is 101 (39.84% from 255 or 25% from 404); Max value from RGB is 152 - color contains mainly: red. Hex color #989765 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #989765 is #67689A. Grayscale: #919191. Windows color (decimal): -6776987 or 6657944. OLE color: 6657944.

HSL color Cylindrical-coordinate representation of color #989765: hue angle of 58.82º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #989765 is Cyan = 0, Magento = 0.01, Yellow = 0.34 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 151 101 -
CMYK 0 0.01 0.34 0.40
HSL 58.82º 0.2% 0.5% -
HSV(B) 58.82º 0.34% 0.6% -
XYZ 26.36 29.75 16.66 -
YUV 145.6 102.83 132.57 -
System Red Green Blue C M Y K H S L
Decimal 152 151 101 0 0.01 0.34 0.40 58.82 0.2 0.5
Hex 98 97 65 0 1 22 28 3B 14 32
Octal 230 227 145 0 1 42 50 73 24 62
Binary 10011000 10010111 1100101 0 1 100010 101000 111011 10100 110010

Color Harmonies of #989765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #989765

Black with #989765

Text Example


Text Example

White with #989765

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #989765; }

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

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

background-color css

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

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

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

border-color css

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

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

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