Html Css Color HEX #8C9273 Avocado

📋 copy color: '#8C9273'

red 140 ◦ green 146 ◦ blue 115

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

Shades of Avocado #8C9273

Tints of Avocado #8C9273

RGB

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

 GREEN value IS 146 (57.42% from 255) = 36.41%

 BLUE value IS 115 (45.31% from 255) = 28.68%

R = 34.91%
G = 36.41%
B = 28.68%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.21

 K value IS 0.43

RGB Variations

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

Color information

#8C9273 (or 0x8C9273) is known color: Avocado. HEX triplet: 8C, 92 and 73. RGB value is (140,146,115). Sum of RGB (Red+Green+Blue) = 140+146+115=401 (53% of max value = 765). Red value is 140 (55.08% from 255 or 34.91% from 401); Green value is 146 (57.42% from 255 or 36.41% from 401); Blue value is 115 (45.31% from 255 or 28.68% from 401); Max value from RGB is 146 - color contains mainly: green. Hex color #8C9273 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C9273 is #736D8C. Grayscale: #8C8C8C. Windows color (decimal): -7564685 or 7574156. OLE color: 7574156.

HSL color Cylindrical-coordinate representation of color #8C9273: hue angle of 71.61º degrees, saturation: 0.12, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8C9273 is Cyan = 0.04, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.43.

Color convert

RGB 140 146 115 -
CMYK 0.04 0 0.21 0.43
HSL 71.61º 0.12% 0.51% -
HSV(B) 71.61º 0.21% 0.57% -
XYZ 24.19 27.37 20.23 -
YUV 140.67 113.51 127.52 -
System Red Green Blue C M Y K H S L
Decimal 140 146 115 0.04 0 0.21 0.43 71.61 0.12 0.51
Hex 8C 92 73 4 0 15 2B 48 C 33
Octal 214 222 163 4 0 25 53 110 14 63
Binary 10001100 10010010 1110011 100 0 10101 101011 1001000 1100 110011

Color Harmonies of #8C9273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C9273

Black with #8C9273

Text Example


Text Example

White with #8C9273

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,146,115); }

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

background-color css

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

 a { background-color: rgb(140,146,115); }

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

border-color css

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

 span { border-color: rgb(140,146,115); }

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