Html Css Color HEX #8A9556 Avocado

📋 copy color: '#8A9556'

red 138 ◦ green 149 ◦ blue 86

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

Shades of Avocado #8A9556

Tints of Avocado #8A9556

RGB

 RED value IS 138 (54.3% from 255) = 37%

 GREEN value IS 149 (58.59% from 255) = 39.95%

 BLUE value IS 86 (33.98% from 255) = 23.06%

R = 37%
G = 39.95%
B = 23.06%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.42

 K value IS 0.42

RGB Variations

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

Color information

#8A9556 (or 0x8A9556) is known color: Avocado. HEX triplet: 8A, 95 and 56. RGB value is (138,149,86). Sum of RGB (Red+Green+Blue) = 138+149+86=373 (49% of max value = 765). Red value is 138 (54.30% from 255 or 37.00% from 373); Green value is 149 (58.59% from 255 or 39.95% from 373); Blue value is 86 (33.98% from 255 or 23.06% from 373); Max value from RGB is 149 - color contains mainly: green. Hex color #8A9556 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A9556 is #756AA9. Grayscale: #8A8A8A. Windows color (decimal): -7695018 or 5674378. OLE color: 5674378.

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

Color convert

RGB 138 149 86 -
CMYK 0.07 0 0.42 0.42
HSL 70.48º 0.27% 0.46% -
HSV(B) 70.48º 0.42% 0.58% -
XYZ 22.91 27.57 12.92 -
YUV 138.53 98.36 127.62 -
System Red Green Blue C M Y K H S L
Decimal 138 149 86 0.07 0 0.42 0.42 70.48 0.27 0.46
Hex 8A 95 56 7 0 2A 2A 46 1B 2E
Octal 212 225 126 7 0 52 52 106 33 56
Binary 10001010 10010101 1010110 111 0 101010 101010 1000110 11011 101110

Color Harmonies of #8A9556

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A9556

Black with #8A9556

Text Example


Text Example

White with #8A9556

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,149,86); }

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

background-color css

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

 a { background-color: rgb(138,149,86); }

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

border-color css

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

 span { border-color: rgb(138,149,86); }

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