Html Css Color HEX #989358 Avocado

📋 copy color: '#989358'

red 152 ◦ green 147 ◦ blue 88

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

Shades of Avocado #989358

Tints of Avocado #989358

RGB

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

 GREEN value IS 147 (57.81% from 255) = 37.98%

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

R = 39.28%
G = 37.98%
B = 22.74%

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

#989358 (or 0x989358) is known color: Avocado. HEX triplet: 98, 93 and 58. RGB value is (152,147,88). Sum of RGB (Red+Green+Blue) = 152+147+88=387 (51% of max value = 765). Red value is 152 (59.77% from 255 or 39.28% from 387); Green value is 147 (57.81% from 255 or 37.98% from 387); Blue value is 88 (34.77% from 255 or 22.74% from 387); Max value from RGB is 152 - color contains mainly: red. Hex color #989358 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #989358 is #676CA7. Grayscale: #8E8E8E. Windows color (decimal): -6778024 or 5804952. OLE color: 5804952.

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

Color convert

RGB 152 147 88 -
CMYK 0 0.03 0.42 0.40
HSL 55.31º 0.27% 0.47% -
HSV(B) 55.31º 0.42% 0.6% -
XYZ 25.14 28.25 13.36 -
YUV 141.77 97.66 135.3 -
System Red Green Blue C M Y K H S L
Decimal 152 147 88 0 0.03 0.42 0.40 55.31 0.27 0.47
Hex 98 93 58 0 3 2A 28 37 1B 2F
Octal 230 223 130 0 3 52 50 67 33 57
Binary 10011000 10010011 1011000 0 11 101010 101000 110111 11011 101111

Color Harmonies of #989358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #989358

Black with #989358

Text Example


Text Example

White with #989358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #989358; }

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

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

background-color css

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

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

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

border-color css

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

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

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