Html Css Color HEX #8A956D Avocado

📋 copy color: '#8A956D'

red 138 ◦ green 149 ◦ blue 109

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

Shades of Avocado #8A956D

Tints of Avocado #8A956D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 27.53%

R = 34.85%
G = 37.63%
B = 27.53%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.27

 K value IS 0.42

RGB Variations

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

Color information

#8A956D (or 0x8A956D) is known color: Avocado. HEX triplet: 8A, 95 and 6D. RGB value is (138,149,109). Sum of RGB (Red+Green+Blue) = 138+149+109=396 (52% of max value = 765). Red value is 138 (54.30% from 255 or 34.85% from 396); Green value is 149 (58.59% from 255 or 37.63% from 396); Blue value is 109 (42.97% from 255 or 27.53% from 396); Max value from RGB is 149 - color contains mainly: green. Hex color #8A956D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A956D is #756A92. Grayscale: #8D8D8D. Windows color (decimal): -7694995 or 7181706. OLE color: 7181706.

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

Color convert

RGB 138 149 109 -
CMYK 0.07 0 0.27 0.42
HSL 76.5º 0.16% 0.51% -
HSV(B) 76.5º 0.27% 0.58% -
XYZ 23.99 28 18.61 -
YUV 141.15 109.86 125.75 -
System Red Green Blue C M Y K H S L
Decimal 138 149 109 0.07 0 0.27 0.42 76.5 0.16 0.51
Hex 8A 95 6D 7 0 1B 2A 4C 10 33
Octal 212 225 155 7 0 33 52 114 20 63
Binary 10001010 10010101 1101101 111 0 11011 101010 1001100 10000 110011

Color Harmonies of #8A956D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A956D

Black with #8A956D

Text Example


Text Example

White with #8A956D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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