Html Css Color HEX #8C9265 Avocado

📋 copy color: '#8C9265'

red 140 ◦ green 146 ◦ blue 101

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

Shades of Avocado #8C9265

Tints of Avocado #8C9265

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 26.1%

R = 36.18%
G = 37.73%
B = 26.1%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.31

 K value IS 0.43

RGB Variations

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

Color information

#8C9265 (or 0x8C9265) is known color: Avocado. HEX triplet: 8C, 92 and 65. RGB value is (140,146,101). Sum of RGB (Red+Green+Blue) = 140+146+101=387 (51% of max value = 765). Red value is 140 (55.08% from 255 or 36.18% from 387); Green value is 146 (57.42% from 255 or 37.73% from 387); Blue value is 101 (39.84% from 255 or 26.10% from 387); Max value from RGB is 146 - color contains mainly: green. Hex color #8C9265 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C9265 is #736D9A. Grayscale: #8B8B8B. Windows color (decimal): -7564699 or 6656652. OLE color: 6656652.

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

Color convert

RGB 140 146 101 -
CMYK 0.04 0 0.31 0.43
HSL 68º 0.18% 0.48% -
HSV(B) 68º 0.31% 0.57% -
XYZ 23.44 27.07 16.3 -
YUV 139.08 106.51 128.66 -
System Red Green Blue C M Y K H S L
Decimal 140 146 101 0.04 0 0.31 0.43 68 0.18 0.48
Hex 8C 92 65 4 0 1F 2B 44 12 30
Octal 214 222 145 4 0 37 53 104 22 60
Binary 10001100 10010010 1100101 100 0 11111 101011 1000100 10010 110000

Color Harmonies of #8C9265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C9265

Black with #8C9265

Text Example


Text Example

White with #8C9265

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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