Html Css Color HEX #8C9262 Avocado

📋 copy color: '#8C9262'

red 140 ◦ green 146 ◦ blue 98

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

Shades of Avocado #8C9262

Tints of Avocado #8C9262

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 25.52%

R = 36.46%
G = 38.02%
B = 25.52%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.33

 K value IS 0.43

RGB Variations

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

Color information

#8C9262 (or 0x8C9262) is known color: Avocado. HEX triplet: 8C, 92 and 62. RGB value is (140,146,98). Sum of RGB (Red+Green+Blue) = 140+146+98=384 (50% of max value = 765). Red value is 140 (55.08% from 255 or 36.46% from 384); Green value is 146 (57.42% from 255 or 38.02% from 384); Blue value is 98 (38.67% from 255 or 25.52% from 384); Max value from RGB is 146 - color contains mainly: green. Hex color #8C9262 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C9262 is #736D9D. Grayscale: #8A8A8A. Windows color (decimal): -7564702 or 6460044. OLE color: 6460044.

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

Color convert

RGB 140 146 98 -
CMYK 0.04 0 0.33 0.43
HSL 67.5º 0.2% 0.48% -
HSV(B) 67.5º 0.33% 0.57% -
XYZ 23.3 27.02 15.54 -
YUV 138.73 105.01 128.9 -
System Red Green Blue C M Y K H S L
Decimal 140 146 98 0.04 0 0.33 0.43 67.5 0.2 0.48
Hex 8C 92 62 4 0 21 2B 44 14 30
Octal 214 222 142 4 0 41 53 104 24 60
Binary 10001100 10010010 1100010 100 0 100001 101011 1000100 10100 110000

Color Harmonies of #8C9262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C9262

Black with #8C9262

Text Example


Text Example

White with #8C9262

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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