Html Css Color HEX #989256 Avocado

📋 copy color: '#989256'

red 152 ◦ green 146 ◦ blue 86

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

Shades of Avocado #989256

Tints of Avocado #989256

RGB

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

 GREEN value IS 146 (57.42% from 255) = 38.02%

 BLUE value IS 86 (33.98% from 255) = 22.4%

R = 39.58%
G = 38.02%
B = 22.4%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.43

 K value IS 0.40

RGB Variations

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

Color information

#989256 (or 0x989256) is known color: Avocado. HEX triplet: 98, 92 and 56. RGB value is (152,146,86). Sum of RGB (Red+Green+Blue) = 152+146+86=384 (50% of max value = 765). Red value is 152 (59.77% from 255 or 39.58% from 384); Green value is 146 (57.42% from 255 or 38.02% from 384); Blue value is 86 (33.98% from 255 or 22.40% from 384); Max value from RGB is 152 - color contains mainly: red. Hex color #989256 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #989256 is #676DA9. Grayscale: #8D8D8D. Windows color (decimal): -6778282 or 5673624. OLE color: 5673624.

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

Color convert

RGB 152 146 86 -
CMYK 0 0.04 0.43 0.40
HSL 54.55º 0.28% 0.47% -
HSV(B) 54.55º 0.43% 0.6% -
XYZ 24.91 27.91 12.88 -
YUV 140.95 96.99 135.88 -
System Red Green Blue C M Y K H S L
Decimal 152 146 86 0 0.04 0.43 0.40 54.55 0.28 0.47
Hex 98 92 56 0 4 2B 28 37 1C 2F
Octal 230 222 126 0 4 53 50 67 34 57
Binary 10011000 10010010 1010110 0 100 101011 101000 110111 11100 101111

Color Harmonies of #989256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #989256

Black with #989256

Text Example


Text Example

White with #989256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #989256; }

 p { color: rgb(152,146,86); }

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

background-color css

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

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

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

border-color css

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

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

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