Html Css Color HEX #8C9557 Avocado

📋 copy color: '#8C9557'

red 140 ◦ green 149 ◦ blue 87

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

Shades of Avocado #8C9557

Tints of Avocado #8C9557

RGB

 RED value IS 140 (55.08% from 255) = 37.23%

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

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

R = 37.23%
G = 39.63%
B = 23.14%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.42

 K value IS 0.42

RGB Variations

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

Color information

#8C9557 (or 0x8C9557) is known color: Avocado. HEX triplet: 8C, 95 and 57. RGB value is (140,149,87). Sum of RGB (Red+Green+Blue) = 140+149+87=376 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.23% from 376); Green value is 149 (58.59% from 255 or 39.63% from 376); Blue value is 87 (34.38% from 255 or 23.14% from 376); Max value from RGB is 149 - color contains mainly: green. Hex color #8C9557 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C9557 is #736AA8. Grayscale: #8B8B8B. Windows color (decimal): -7563945 or 5739916. OLE color: 5739916.

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

Color convert

RGB 140 149 87 -
CMYK 0.06 0 0.42 0.42
HSL 68.71º 0.26% 0.46% -
HSV(B) 68.71º 0.42% 0.58% -
XYZ 23.28 27.76 13.15 -
YUV 139.24 98.52 128.54 -
System Red Green Blue C M Y K H S L
Decimal 140 149 87 0.06 0 0.42 0.42 68.71 0.26 0.46
Hex 8C 95 57 6 0 2A 2A 45 1A 2E
Octal 214 225 127 6 0 52 52 105 32 56
Binary 10001100 10010101 1010111 110 0 101010 101010 1000101 11010 101110

Color Harmonies of #8C9557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C9557

Black with #8C9557

Text Example


Text Example

White with #8C9557

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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