Html Css Color HEX #8D955C Avocado

📋 copy color: '#8D955C'

red 141 ◦ green 149 ◦ blue 92

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

Shades of Avocado #8D955C

Tints of Avocado #8D955C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 24.08%

R = 36.91%
G = 39.01%
B = 24.08%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.38

 K value IS 0.42

RGB Variations

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

Color information

#8D955C (or 0x8D955C) is known color: Avocado. HEX triplet: 8D, 95 and 5C. RGB value is (141,149,92). Sum of RGB (Red+Green+Blue) = 141+149+92=382 (50% of max value = 765). Red value is 141 (55.47% from 255 or 36.91% from 382); Green value is 149 (58.59% from 255 or 39.01% from 382); Blue value is 92 (36.33% from 255 or 24.08% from 382); Max value from RGB is 149 - color contains mainly: green. Hex color #8D955C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D955C is #726AA3. Grayscale: #8C8C8C. Windows color (decimal): -7498404 or 6067597. OLE color: 6067597.

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

Color convert

RGB 141 149 92 -
CMYK 0.05 0 0.38 0.42
HSL 68.42º 0.24% 0.47% -
HSV(B) 68.42º 0.38% 0.58% -
XYZ 23.66 27.93 14.27 -
YUV 140.11 100.85 128.63 -
System Red Green Blue C M Y K H S L
Decimal 141 149 92 0.05 0 0.38 0.42 68.42 0.24 0.47
Hex 8D 95 5C 5 0 26 2A 44 18 2F
Octal 215 225 134 5 0 46 52 104 30 57
Binary 10001101 10010101 1011100 101 0 100110 101010 1000100 11000 101111

Color Harmonies of #8D955C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D955C

Black with #8D955C

Text Example


Text Example

White with #8D955C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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