Html Css Color HEX #989D65 Avocado

📋 copy color: '#989D65'

red 152 ◦ green 157 ◦ blue 101

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

Shades of Avocado #989D65

Tints of Avocado #989D65

RGB

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

 GREEN value IS 157 (61.72% from 255) = 38.29%

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

R = 37.07%
G = 38.29%
B = 24.63%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.36

 K value IS 0.38

RGB Variations

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

Color information

#989D65 (or 0x989D65) is known color: Avocado. HEX triplet: 98, 9D and 65. RGB value is (152,157,101). Sum of RGB (Red+Green+Blue) = 152+157+101=410 (54% of max value = 765). Red value is 152 (59.77% from 255 or 37.07% from 410); Green value is 157 (61.72% from 255 or 38.29% from 410); Blue value is 101 (39.84% from 255 or 24.63% from 410); Max value from RGB is 157 - color contains mainly: green. Hex color #989D65 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #989D65 is #67629A. Grayscale: #959595. Windows color (decimal): -6775451 or 6659480. OLE color: 6659480.

HSL color Cylindrical-coordinate representation of color #989D65: hue angle of 65.36º degrees, saturation: 0.22, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #989D65 is Cyan = 0.03, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.38.

Color convert

RGB 152 157 101 -
CMYK 0.03 0 0.36 0.38
HSL 65.36º 0.22% 0.51% -
HSV(B) 65.36º 0.36% 0.62% -
XYZ 27.35 31.73 16.99 -
YUV 149.12 100.84 130.05 -
System Red Green Blue C M Y K H S L
Decimal 152 157 101 0.03 0 0.36 0.38 65.36 0.22 0.51
Hex 98 9D 65 3 0 24 26 41 16 33
Octal 230 235 145 3 0 44 46 101 26 63
Binary 10011000 10011101 1100101 11 0 100100 100110 1000001 10110 110011

Color Harmonies of #989D65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #989D65

Black with #989D65

Text Example


Text Example

White with #989D65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #989D65; }

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

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

background-color css

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

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

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

border-color css

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

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

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