Html Css Color HEX #8D946E Avocado

📋 copy color: '#8D946E'

red 141 ◦ green 148 ◦ blue 110

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

Shades of Avocado #8D946E

Tints of Avocado #8D946E

RGB

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

 GREEN value IS 148 (58.2% from 255) = 37.09%

 BLUE value IS 110 (43.36% from 255) = 27.57%

R = 35.34%
G = 37.09%
B = 27.57%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.26

 K value IS 0.42

RGB Variations

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

Color information

#8D946E (or 0x8D946E) is known color: Avocado. HEX triplet: 8D, 94 and 6E. RGB value is (141,148,110). Sum of RGB (Red+Green+Blue) = 141+148+110=399 (52% of max value = 765). Red value is 141 (55.47% from 255 or 35.34% from 399); Green value is 148 (58.20% from 255 or 37.09% from 399); Blue value is 110 (43.36% from 255 or 27.57% from 399); Max value from RGB is 148 - color contains mainly: green. Hex color #8D946E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D946E is #726B91. Grayscale: #8D8D8D. Windows color (decimal): -7498642 or 7246989. OLE color: 7246989.

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

Color convert

RGB 141 148 110 -
CMYK 0.05 0 0.26 0.42
HSL 71.05º 0.15% 0.51% -
HSV(B) 71.05º 0.26% 0.58% -
XYZ 24.39 27.97 18.86 -
YUV 141.58 110.18 127.59 -
System Red Green Blue C M Y K H S L
Decimal 141 148 110 0.05 0 0.26 0.42 71.05 0.15 0.51
Hex 8D 94 6E 5 0 1A 2A 47 F 33
Octal 215 224 156 5 0 32 52 107 17 63
Binary 10001101 10010100 1101110 101 0 11010 101010 1000111 1111 110011

Color Harmonies of #8D946E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D946E

Black with #8D946E

Text Example


Text Example

White with #8D946E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,148,110); }

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

background-color css

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

 a { background-color: rgb(141,148,110); }

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

border-color css

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

 span { border-color: rgb(141,148,110); }

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