Html Css Color HEX #8C9259 Avocado

📋 copy color: '#8C9259'

red 140 ◦ green 146 ◦ blue 89

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

Shades of Avocado #8C9259

Tints of Avocado #8C9259

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 23.73%

R = 37.33%
G = 38.93%
B = 23.73%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.39

 K value IS 0.43

RGB Variations

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

Color information

#8C9259 (or 0x8C9259) is known color: Avocado. HEX triplet: 8C, 92 and 59. RGB value is (140,146,89). Sum of RGB (Red+Green+Blue) = 140+146+89=375 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.33% from 375); Green value is 146 (57.42% from 255 or 38.93% from 375); Blue value is 89 (35.16% from 255 or 23.73% from 375); Max value from RGB is 146 - color contains mainly: green. Hex color #8C9259 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C9259 is #736DA6. Grayscale: #898989. Windows color (decimal): -7564711 or 5870220. OLE color: 5870220.

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

Color convert

RGB 140 146 89 -
CMYK 0.04 0 0.39 0.43
HSL 66.32º 0.24% 0.46% -
HSV(B) 66.32º 0.39% 0.57% -
XYZ 22.9 26.85 13.43 -
YUV 137.71 100.51 129.63 -
System Red Green Blue C M Y K H S L
Decimal 140 146 89 0.04 0 0.39 0.43 66.32 0.24 0.46
Hex 8C 92 59 4 0 27 2B 42 18 2E
Octal 214 222 131 4 0 47 53 102 30 56
Binary 10001100 10010010 1011001 100 0 100111 101011 1000010 11000 101110

Color Harmonies of #8C9259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C9259

Black with #8C9259

Text Example


Text Example

White with #8C9259

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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