Html Css Color HEX #8A956A Avocado

📋 copy color: '#8A956A'

red 138 ◦ green 149 ◦ blue 106

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

Shades of Avocado #8A956A

Tints of Avocado #8A956A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 26.97%

R = 35.11%
G = 37.91%
B = 26.97%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.29

 K value IS 0.42

RGB Variations

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

Color information

#8A956A (or 0x8A956A) is known color: Avocado. HEX triplet: 8A, 95 and 6A. RGB value is (138,149,106). Sum of RGB (Red+Green+Blue) = 138+149+106=393 (52% of max value = 765). Red value is 138 (54.30% from 255 or 35.11% from 393); Green value is 149 (58.59% from 255 or 37.91% from 393); Blue value is 106 (41.80% from 255 or 26.97% from 393); Max value from RGB is 149 - color contains mainly: green. Hex color #8A956A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A956A is #756A95. Grayscale: #8C8C8C. Windows color (decimal): -7694998 or 6985098. OLE color: 6985098.

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

Color convert

RGB 138 149 106 -
CMYK 0.07 0 0.29 0.42
HSL 75.35º 0.17% 0.5% -
HSV(B) 75.35º 0.29% 0.58% -
XYZ 23.83 27.94 17.77 -
YUV 140.81 108.36 126 -
System Red Green Blue C M Y K H S L
Decimal 138 149 106 0.07 0 0.29 0.42 75.35 0.17 0.5
Hex 8A 95 6A 7 0 1D 2A 4B 11 32
Octal 212 225 152 7 0 35 52 113 21 62
Binary 10001010 10010101 1101010 111 0 11101 101010 1001011 10001 110010

Color Harmonies of #8A956A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A956A

Black with #8A956A

Text Example


Text Example

White with #8A956A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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