Html Css Color HEX #8C995C Avocado

📋 copy color: '#8C995C'

red 140 ◦ green 153 ◦ blue 92

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

Shades of Avocado #8C995C

Tints of Avocado #8C995C

RGB

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

 GREEN value IS 153 (60.16% from 255) = 39.74%

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

R = 36.36%
G = 39.74%
B = 23.9%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.40

 K value IS 0.4

RGB Variations

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

Color information

#8C995C (or 0x8C995C) is known color: Avocado. HEX triplet: 8C, 99 and 5C. RGB value is (140,153,92). Sum of RGB (Red+Green+Blue) = 140+153+92=385 (50% of max value = 765). Red value is 140 (55.08% from 255 or 36.36% from 385); Green value is 153 (60.16% from 255 or 39.74% from 385); Blue value is 92 (36.33% from 255 or 23.90% from 385); Max value from RGB is 153 - color contains mainly: green. Hex color #8C995C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C995C is #7366A3. Grayscale: #8E8E8E. Windows color (decimal): -7562916 or 6068620. OLE color: 6068620.

HSL color Cylindrical-coordinate representation of color #8C995C: hue angle of 72.79º degrees, saturation: 0.25, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8C995C is Cyan = 0.08, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.4.

Color convert

RGB 140 153 92 -
CMYK 0.08 0 0.40 0.4
HSL 72.79º 0.25% 0.48% -
HSV(B) 72.79º 0.4% 0.6% -
XYZ 24.14 29.13 14.48 -
YUV 142.16 99.69 126.46 -
System Red Green Blue C M Y K H S L
Decimal 140 153 92 0.08 0 0.40 0.4 72.79 0.25 0.48
Hex 8C 99 5C 8 0 28 28 49 19 30
Octal 214 231 134 10 0 50 50 111 31 60
Binary 10001100 10011001 1011100 1000 0 101000 101000 1001001 11001 110000

Color Harmonies of #8C995C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C995C

Black with #8C995C

Text Example


Text Example

White with #8C995C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,153,92); }

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

background-color css

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

 a { background-color: rgb(140,153,92); }

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

border-color css

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

 span { border-color: rgb(140,153,92); }

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