Html Css Color HEX #8A935E Avocado

📋 copy color: '#8A935E'

red 138 ◦ green 147 ◦ blue 94

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

Shades of Avocado #8A935E

Tints of Avocado #8A935E

RGB

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

 GREEN value IS 147 (57.81% from 255) = 38.79%

 BLUE value IS 94 (37.11% from 255) = 24.8%

R = 36.41%
G = 38.79%
B = 24.8%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.36

 K value IS 0.42

RGB Variations

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

Color information

#8A935E (or 0x8A935E) is known color: Avocado. HEX triplet: 8A, 93 and 5E. RGB value is (138,147,94). Sum of RGB (Red+Green+Blue) = 138+147+94=379 (50% of max value = 765). Red value is 138 (54.30% from 255 or 36.41% from 379); Green value is 147 (57.81% from 255 or 38.79% from 379); Blue value is 94 (37.11% from 255 or 24.80% from 379); Max value from RGB is 147 - color contains mainly: green. Hex color #8A935E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A935E is #756CA1. Grayscale: #8A8A8A. Windows color (decimal): -7695522 or 6198154. OLE color: 6198154.

HSL color Cylindrical-coordinate representation of color #8A935E: hue angle of 70.19º degrees, saturation: 0.22, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8A935E is Cyan = 0.06, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.42.

Color convert

RGB 138 147 94 -
CMYK 0.06 0 0.36 0.42
HSL 70.19º 0.22% 0.47% -
HSV(B) 70.19º 0.36% 0.58% -
XYZ 22.94 27.08 14.61 -
YUV 138.27 103.02 127.81 -
System Red Green Blue C M Y K H S L
Decimal 138 147 94 0.06 0 0.36 0.42 70.19 0.22 0.47
Hex 8A 93 5E 6 0 24 2A 46 16 2F
Octal 212 223 136 6 0 44 52 106 26 57
Binary 10001010 10010011 1011110 110 0 100100 101010 1000110 10110 101111

Color Harmonies of #8A935E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A935E

Black with #8A935E

Text Example


Text Example

White with #8A935E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,147,94); }

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

background-color css

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

 a { background-color: rgb(138,147,94); }

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

border-color css

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

 span { border-color: rgb(138,147,94); }

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