Html Css Color HEX #989458 Avocado

📋 copy color: '#989458'

red 152 ◦ green 148 ◦ blue 88

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

Shades of Avocado #989458

Tints of Avocado #989458

RGB

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

 GREEN value IS 148 (58.2% from 255) = 38.14%

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

R = 39.18%
G = 38.14%
B = 22.68%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.42

 K value IS 0.40

RGB Variations

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

Color information

#989458 (or 0x989458) is known color: Avocado. HEX triplet: 98, 94 and 58. RGB value is (152,148,88). Sum of RGB (Red+Green+Blue) = 152+148+88=388 (51% of max value = 765). Red value is 152 (59.77% from 255 or 39.18% from 388); Green value is 148 (58.20% from 255 or 38.14% from 388); Blue value is 88 (34.77% from 255 or 22.68% from 388); Max value from RGB is 152 - color contains mainly: red. Hex color #989458 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #989458 is #676BA7. Grayscale: #8E8E8E. Windows color (decimal): -6777768 or 5805208. OLE color: 5805208.

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

Color convert

RGB 152 148 88 -
CMYK 0 0.03 0.42 0.40
HSL 56.25º 0.27% 0.47% -
HSV(B) 56.25º 0.42% 0.6% -
XYZ 25.3 28.56 13.41 -
YUV 142.36 97.33 134.88 -
System Red Green Blue C M Y K H S L
Decimal 152 148 88 0 0.03 0.42 0.40 56.25 0.27 0.47
Hex 98 94 58 0 3 2A 28 38 1B 2F
Octal 230 224 130 0 3 52 50 70 33 57
Binary 10011000 10010100 1011000 0 11 101010 101000 111000 11011 101111

Color Harmonies of #989458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #989458

Black with #989458

Text Example


Text Example

White with #989458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #989458; }

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

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

background-color css

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

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

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

border-color css

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

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

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