Html Css Color HEX #989558 Avocado

📋 copy color: '#989558'

red 152 ◦ green 149 ◦ blue 88

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

Shades of Avocado #989558

Tints of Avocado #989558

RGB

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

 GREEN value IS 149 (58.59% from 255) = 38.3%

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

R = 39.07%
G = 38.3%
B = 22.62%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.42

 K value IS 0.40

RGB Variations

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

Color information

#989558 (or 0x989558) is known color: Avocado. HEX triplet: 98, 95 and 58. RGB value is (152,149,88). Sum of RGB (Red+Green+Blue) = 152+149+88=389 (51% of max value = 765). Red value is 152 (59.77% from 255 or 39.07% from 389); Green value is 149 (58.59% from 255 or 38.30% from 389); Blue value is 88 (34.77% from 255 or 22.62% from 389); Max value from RGB is 152 - color contains mainly: red. Hex color #989558 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #989558 is #676AA7. Grayscale: #8F8F8F. Windows color (decimal): -6777512 or 5805464. OLE color: 5805464.

HSL color Cylindrical-coordinate representation of color #989558: hue angle of 57.19º 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 #989558 is Cyan = 0, Magento = 0.02, Yellow = 0.42 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 149 88 -
CMYK 0 0.02 0.42 0.40
HSL 57.19º 0.27% 0.47% -
HSV(B) 57.19º 0.42% 0.6% -
XYZ 25.46 28.87 13.46 -
YUV 142.94 96.99 134.46 -
System Red Green Blue C M Y K H S L
Decimal 152 149 88 0 0.02 0.42 0.40 57.19 0.27 0.47
Hex 98 95 58 0 2 2A 28 39 1B 2F
Octal 230 225 130 0 2 52 50 71 33 57
Binary 10011000 10010101 1011000 0 10 101010 101000 111001 11011 101111

Color Harmonies of #989558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #989558

Black with #989558

Text Example


Text Example

White with #989558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #989558; }

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

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

background-color css

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

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

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

border-color css

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

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

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