Html Css Color HEX #8D9559 Avocado

📋 copy color: '#8D9559'

red 141 ◦ green 149 ◦ blue 89

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

Shades of Avocado #8D9559

Tints of Avocado #8D9559

RGB

 RED value IS 141 (55.47% from 255) = 37.2%

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

 BLUE value IS 89 (35.16% from 255) = 23.48%

R = 37.2%
G = 39.31%
B = 23.48%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.40

 K value IS 0.42

RGB Variations

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

Color information

#8D9559 (or 0x8D9559) is known color: Avocado. HEX triplet: 8D, 95 and 59. RGB value is (141,149,89). Sum of RGB (Red+Green+Blue) = 141+149+89=379 (50% of max value = 765). Red value is 141 (55.47% from 255 or 37.20% from 379); Green value is 149 (58.59% from 255 or 39.31% from 379); Blue value is 89 (35.16% from 255 or 23.48% from 379); Max value from RGB is 149 - color contains mainly: green. Hex color #8D9559 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D9559 is #726AA6. Grayscale: #8B8B8B. Windows color (decimal): -7498407 or 5870989. OLE color: 5870989.

HSL color Cylindrical-coordinate representation of color #8D9559: hue angle of 68º degrees, saturation: 0.25, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8D9559 is Cyan = 0.05, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.42.

Color convert

RGB 141 149 89 -
CMYK 0.05 0 0.40 0.42
HSL 68º 0.25% 0.47% -
HSV(B) 68º 0.4% 0.58% -
XYZ 23.54 27.88 13.59 -
YUV 139.77 99.35 128.88 -
System Red Green Blue C M Y K H S L
Decimal 141 149 89 0.05 0 0.40 0.42 68 0.25 0.47
Hex 8D 95 59 5 0 28 2A 44 19 2F
Octal 215 225 131 5 0 50 52 104 31 57
Binary 10001101 10010101 1011001 101 0 101000 101010 1000100 11001 101111

Color Harmonies of #8D9559

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D9559

Black with #8D9559

Text Example


Text Example

White with #8D9559

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8D9559; }

 p { color: rgb(141,149,89); }

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

background-color css

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

 a { background-color: rgb(141,149,89); }

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

border-color css

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

 span { border-color: rgb(141,149,89); }

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