Html Css Color HEX #989C67 Avocado

📋 copy color: '#989C67'

red 152 ◦ green 156 ◦ blue 103

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

Shades of Avocado #989C67

Tints of Avocado #989C67

RGB

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

 GREEN value IS 156 (61.33% from 255) = 37.96%

 BLUE value IS 103 (40.63% from 255) = 25.06%

R = 36.98%
G = 37.96%
B = 25.06%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.34

 K value IS 0.39

RGB Variations

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

Color information

#989C67 (or 0x989C67) is known color: Avocado. HEX triplet: 98, 9C and 67. RGB value is (152,156,103). Sum of RGB (Red+Green+Blue) = 152+156+103=411 (54% of max value = 765). Red value is 152 (59.77% from 255 or 36.98% from 411); Green value is 156 (61.33% from 255 or 37.96% from 411); Blue value is 103 (40.62% from 255 or 25.06% from 411); Max value from RGB is 156 - color contains mainly: green. Hex color #989C67 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #989C67 is #676398. Grayscale: #949494. Windows color (decimal): -6775705 or 6790296. OLE color: 6790296.

HSL color Cylindrical-coordinate representation of color #989C67: hue angle of 64.53º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #989C67 is Cyan = 0.03, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.39.

Color convert

RGB 152 156 103 -
CMYK 0.03 0 0.34 0.39
HSL 64.53º 0.21% 0.51% -
HSV(B) 64.53º 0.34% 0.61% -
XYZ 27.29 31.43 17.46 -
YUV 148.76 102.17 130.31 -
System Red Green Blue C M Y K H S L
Decimal 152 156 103 0.03 0 0.34 0.39 64.53 0.21 0.51
Hex 98 9C 67 3 0 22 27 41 15 33
Octal 230 234 147 3 0 42 47 101 25 63
Binary 10011000 10011100 1100111 11 0 100010 100111 1000001 10101 110011

Color Harmonies of #989C67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #989C67

Black with #989C67

Text Example


Text Example

White with #989C67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,156,103); }

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

background-color css

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

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

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

border-color css

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

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

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