Html Css Color HEX #989964 Avocado

📋 copy color: '#989964'

red 152 ◦ green 153 ◦ blue 100

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

Shades of Avocado #989964

Tints of Avocado #989964

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 24.69%

R = 37.53%
G = 37.78%
B = 24.69%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.35

 K value IS 0.4

RGB Variations

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

Color information

#989964 (or 0x989964) is known color: Avocado. HEX triplet: 98, 99 and 64. RGB value is (152,153,100). Sum of RGB (Red+Green+Blue) = 152+153+100=405 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.53% from 405); Green value is 153 (60.16% from 255 or 37.78% from 405); Blue value is 100 (39.45% from 255 or 24.69% from 405); Max value from RGB is 153 - color contains mainly: green. Hex color #989964 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #989964 is #67669B. Grayscale: #929292. Windows color (decimal): -6776476 or 6592920. OLE color: 6592920.

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

Color convert

RGB 152 153 100 -
CMYK 0.01 0 0.35 0.4
HSL 61.13º 0.21% 0.5% -
HSV(B) 61.13º 0.35% 0.6% -
XYZ 26.64 30.38 16.52 -
YUV 146.66 101.67 131.81 -
System Red Green Blue C M Y K H S L
Decimal 152 153 100 0.01 0 0.35 0.4 61.13 0.21 0.5
Hex 98 99 64 1 0 23 28 3D 15 32
Octal 230 231 144 1 0 43 50 75 25 62
Binary 10011000 10011001 1100100 1 0 100011 101000 111101 10101 110010

Color Harmonies of #989964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #989964

Black with #989964

Text Example


Text Example

White with #989964

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #989964; }

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

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

background-color css

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

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

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

border-color css

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

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

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