Html Css Color HEX #8C9863 Avocado

📋 copy color: '#8C9863'

red 140 ◦ green 152 ◦ blue 99

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

Shades of Avocado #8C9863

Tints of Avocado #8C9863

RGB

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

 GREEN value IS 152 (59.77% from 255) = 38.87%

 BLUE value IS 99 (39.06% from 255) = 25.32%

R = 35.81%
G = 38.87%
B = 25.32%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.35

 K value IS 0.40

RGB Variations

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

Color information

#8C9863 (or 0x8C9863) is known color: Avocado. HEX triplet: 8C, 98 and 63. RGB value is (140,152,99). Sum of RGB (Red+Green+Blue) = 140+152+99=391 (51% of max value = 765). Red value is 140 (55.08% from 255 or 35.81% from 391); Green value is 152 (59.77% from 255 or 38.87% from 391); Blue value is 99 (39.06% from 255 or 25.32% from 391); Max value from RGB is 152 - color contains mainly: green. Hex color #8C9863 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C9863 is #73679C. Grayscale: #8E8E8E. Windows color (decimal): -7563165 or 6527116. OLE color: 6527116.

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

Color convert

RGB 140 152 99 -
CMYK 0.08 0 0.35 0.40
HSL 73.58º 0.21% 0.49% -
HSV(B) 73.58º 0.35% 0.6% -
XYZ 24.3 28.93 16.11 -
YUV 142.37 103.52 126.31 -
System Red Green Blue C M Y K H S L
Decimal 140 152 99 0.08 0 0.35 0.40 73.58 0.21 0.49
Hex 8C 98 63 8 0 23 28 4A 15 31
Octal 214 230 143 10 0 43 50 112 25 61
Binary 10001100 10011000 1100011 1000 0 100011 101000 1001010 10101 110001

Color Harmonies of #8C9863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C9863

Black with #8C9863

Text Example


Text Example

White with #8C9863

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,152,99); }

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

background-color css

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

 a { background-color: rgb(140,152,99); }

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

border-color css

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

 span { border-color: rgb(140,152,99); }

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