Html Css Color HEX #8C9274 Avocado

📋 copy color: '#8C9274'

red 140 ◦ green 146 ◦ blue 116

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

Shades of Avocado #8C9274

Tints of Avocado #8C9274

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 28.86%

R = 34.83%
G = 36.32%
B = 28.86%

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

#8C9274 (or 0x8C9274) is known color: Avocado. HEX triplet: 8C, 92 and 74. RGB value is (140,146,116). Sum of RGB (Red+Green+Blue) = 140+146+116=402 (53% of max value = 765). Red value is 140 (55.08% from 255 or 34.83% from 402); Green value is 146 (57.42% from 255 or 36.32% from 402); Blue value is 116 (45.70% from 255 or 28.86% from 402); Max value from RGB is 146 - color contains mainly: green. Hex color #8C9274 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C9274 is #736D8B. Grayscale: #8C8C8C. Windows color (decimal): -7564684 or 7639692. OLE color: 7639692.

HSL color Cylindrical-coordinate representation of color #8C9274: hue angle of 72º 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 #8C9274 is Cyan = 0.04, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.43.

Color convert

RGB 140 146 116 -
CMYK 0.04 0 0.21 0.43
HSL 72º 0.12% 0.51% -
HSV(B) 72º 0.21% 0.57% -
XYZ 24.25 27.39 20.53 -
YUV 140.79 114.01 127.44 -
System Red Green Blue C M Y K H S L
Decimal 140 146 116 0.04 0 0.21 0.43 72 0.12 0.51
Hex 8C 92 74 4 0 15 2B 48 C 33
Octal 214 222 164 4 0 25 53 110 14 63
Binary 10001100 10010010 1110100 100 0 10101 101011 1001000 1100 110011

Color Harmonies of #8C9274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C9274

Black with #8C9274

Text Example


Text Example

White with #8C9274

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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