Html Css Color HEX #8D9265 Avocado

📋 copy color: '#8D9265'

red 141 ◦ green 146 ◦ blue 101

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

Shades of Avocado #8D9265

Tints of Avocado #8D9265

RGB

 RED value IS 141 (55.47% from 255) = 36.34%

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

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

R = 36.34%
G = 37.63%
B = 26.03%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.31

 K value IS 0.43

RGB Variations

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

Color information

#8D9265 (or 0x8D9265) is known color: Avocado. HEX triplet: 8D, 92 and 65. RGB value is (141,146,101). Sum of RGB (Red+Green+Blue) = 141+146+101=388 (51% of max value = 765). Red value is 141 (55.47% from 255 or 36.34% from 388); Green value is 146 (57.42% from 255 or 37.63% from 388); Blue value is 101 (39.84% from 255 or 26.03% from 388); Max value from RGB is 146 - color contains mainly: green. Hex color #8D9265 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D9265 is #726D9A. Grayscale: #8B8B8B. Windows color (decimal): -7499163 or 6656653. OLE color: 6656653.

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

Color convert

RGB 141 146 101 -
CMYK 0.03 0 0.31 0.43
HSL 66.67º 0.18% 0.48% -
HSV(B) 66.67º 0.31% 0.57% -
XYZ 23.61 27.16 16.31 -
YUV 139.38 106.34 129.16 -
System Red Green Blue C M Y K H S L
Decimal 141 146 101 0.03 0 0.31 0.43 66.67 0.18 0.48
Hex 8D 92 65 3 0 1F 2B 43 12 30
Octal 215 222 145 3 0 37 53 103 22 60
Binary 10001101 10010010 1100101 11 0 11111 101011 1000011 10010 110000

Color Harmonies of #8D9265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D9265

Black with #8D9265

Text Example


Text Example

White with #8D9265

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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