Html Css Color HEX #8C946C Avocado

📋 copy color: '#8C946C'

red 140 ◦ green 148 ◦ blue 108

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

Shades of Avocado #8C946C

Tints of Avocado #8C946C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 27.27%

R = 35.35%
G = 37.37%
B = 27.27%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.27

 K value IS 0.42

RGB Variations

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

Color information

#8C946C (or 0x8C946C) is known color: Avocado. HEX triplet: 8C, 94 and 6C. RGB value is (140,148,108). Sum of RGB (Red+Green+Blue) = 140+148+108=396 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.35% from 396); Green value is 148 (58.20% from 255 or 37.37% from 396); Blue value is 108 (42.58% from 255 or 27.27% from 396); Max value from RGB is 148 - color contains mainly: green. Hex color #8C946C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C946C is #736B93. Grayscale: #8D8D8D. Windows color (decimal): -7564180 or 7115916. OLE color: 7115916.

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

Color convert

RGB 140 148 108 -
CMYK 0.05 0 0.27 0.42
HSL 72º 0.16% 0.5% -
HSV(B) 72º 0.27% 0.58% -
XYZ 24.11 27.84 18.29 -
YUV 141.05 109.35 127.25 -
System Red Green Blue C M Y K H S L
Decimal 140 148 108 0.05 0 0.27 0.42 72 0.16 0.5
Hex 8C 94 6C 5 0 1B 2A 48 10 32
Octal 214 224 154 5 0 33 52 110 20 62
Binary 10001100 10010100 1101100 101 0 11011 101010 1001000 10000 110010

Color Harmonies of #8C946C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C946C

Black with #8C946C

Text Example


Text Example

White with #8C946C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,148,108); }

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

background-color css

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

 a { background-color: rgb(140,148,108); }

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

border-color css

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

 span { border-color: rgb(140,148,108); }

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