Html Css Color HEX #989858 Avocado

📋 copy color: '#989858'

red 152 ◦ green 152 ◦ blue 88

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

Shades of Avocado #989858

Tints of Avocado #989858

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 22.45%

R = 38.78%
G = 38.78%
B = 22.45%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.42

 K value IS 0.40

RGB Variations

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

Color information

#989858 (or 0x989858) is known color: Avocado. HEX triplet: 98, 98 and 58. RGB value is (152,152,88). Sum of RGB (Red+Green+Blue) = 152+152+88=392 (51% of max value = 765). Red value is 152 (59.77% from 255 or 38.78% from 392); Green value is 152 (59.77% from 255 or 38.78% from 392); Blue value is 88 (34.77% from 255 or 22.45% from 392); Max value from RGB is 152 - color contains mainly: red, green. Hex color #989858 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #989858 is #6767A7. Grayscale: #909090. Windows color (decimal): -6776744 or 5806232. OLE color: 5806232.

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

Color convert

RGB 152 152 88 -
CMYK 0 0 0.42 0.40
HSL 60º 0.27% 0.47% -
HSV(B) 60º 0.42% 0.6% -
XYZ 25.94 29.84 13.62 -
YUV 144.7 96 133.2 -
System Red Green Blue C M Y K H S L
Decimal 152 152 88 0 0 0.42 0.40 60 0.27 0.47
Hex 98 98 58 0 0 2A 28 3C 1B 2F
Octal 230 230 130 0 0 52 50 74 33 57
Binary 10011000 10011000 1011000 0 0 101010 101000 111100 11011 101111

Color Harmonies of #989858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #989858

Black with #989858

Text Example


Text Example

White with #989858

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #989858; }

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

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

background-color css

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

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

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

border-color css

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

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

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