Html Css Color HEX #8D9557 Avocado

📋 copy color: '#8D9557'

red 141 ◦ green 149 ◦ blue 87

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

Shades of Avocado #8D9557

Tints of Avocado #8D9557

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 23.08%

R = 37.4%
G = 39.52%
B = 23.08%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.42

 K value IS 0.42

RGB Variations

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

Color information

#8D9557 (or 0x8D9557) is known color: Avocado. HEX triplet: 8D, 95 and 57. RGB value is (141,149,87). Sum of RGB (Red+Green+Blue) = 141+149+87=377 (49% of max value = 765). Red value is 141 (55.47% from 255 or 37.40% from 377); Green value is 149 (58.59% from 255 or 39.52% from 377); Blue value is 87 (34.38% from 255 or 23.08% from 377); Max value from RGB is 149 - color contains mainly: green. Hex color #8D9557 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D9557 is #726AA8. Grayscale: #8B8B8B. Windows color (decimal): -7498409 or 5739917. OLE color: 5739917.

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

Color convert

RGB 141 149 87 -
CMYK 0.05 0 0.42 0.42
HSL 67.74º 0.26% 0.46% -
HSV(B) 67.74º 0.42% 0.58% -
XYZ 23.45 27.85 13.16 -
YUV 139.54 98.35 129.04 -
System Red Green Blue C M Y K H S L
Decimal 141 149 87 0.05 0 0.42 0.42 67.74 0.26 0.46
Hex 8D 95 57 5 0 2A 2A 44 1A 2E
Octal 215 225 127 5 0 52 52 104 32 56
Binary 10001101 10010101 1010111 101 0 101010 101010 1000100 11010 101110

Color Harmonies of #8D9557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D9557

Black with #8D9557

Text Example


Text Example

White with #8D9557

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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