Html Css Color HEX #8C9459 Avocado

📋 copy color: '#8C9459'

red 140 ◦ green 148 ◦ blue 89

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

Shades of Avocado #8C9459

Tints of Avocado #8C9459

RGB

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

 GREEN value IS 148 (58.2% from 255) = 39.26%

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

R = 37.14%
G = 39.26%
B = 23.61%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.40

 K value IS 0.42

RGB Variations

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

Color information

#8C9459 (or 0x8C9459) is known color: Avocado. HEX triplet: 8C, 94 and 59. RGB value is (140,148,89). Sum of RGB (Red+Green+Blue) = 140+148+89=377 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.14% from 377); Green value is 148 (58.20% from 255 or 39.26% from 377); Blue value is 89 (35.16% from 255 or 23.61% from 377); Max value from RGB is 148 - color contains mainly: green. Hex color #8C9459 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C9459 is #736BA6. Grayscale: #8B8B8B. Windows color (decimal): -7564199 or 5870732. OLE color: 5870732.

HSL color Cylindrical-coordinate representation of color #8C9459: hue angle of 68.14º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8C9459 is Cyan = 0.05, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.42.

Color convert

RGB 140 148 89 -
CMYK 0.05 0 0.40 0.42
HSL 68.14º 0.25% 0.46% -
HSV(B) 68.14º 0.4% 0.58% -
XYZ 23.21 27.48 13.53 -
YUV 138.88 99.85 128.8 -
System Red Green Blue C M Y K H S L
Decimal 140 148 89 0.05 0 0.40 0.42 68.14 0.25 0.46
Hex 8C 94 59 5 0 28 2A 44 19 2E
Octal 214 224 131 5 0 50 52 104 31 56
Binary 10001100 10010100 1011001 101 0 101000 101010 1000100 11001 101110

Color Harmonies of #8C9459

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C9459

Black with #8C9459

Text Example


Text Example

White with #8C9459

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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