Html Css Color HEX #8A925D Avocado

📋 copy color: '#8A925D'

red 138 ◦ green 146 ◦ blue 93

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

Shades of Avocado #8A925D

Tints of Avocado #8A925D

RGB

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

 GREEN value IS 146 (57.42% from 255) = 38.73%

 BLUE value IS 93 (36.72% from 255) = 24.67%

R = 36.6%
G = 38.73%
B = 24.67%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.36

 K value IS 0.43

RGB Variations

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

Color information

#8A925D (or 0x8A925D) is known color: Avocado. HEX triplet: 8A, 92 and 5D. RGB value is (138,146,93). Sum of RGB (Red+Green+Blue) = 138+146+93=377 (49% of max value = 765). Red value is 138 (54.30% from 255 or 36.60% from 377); Green value is 146 (57.42% from 255 or 38.73% from 377); Blue value is 93 (36.72% from 255 or 24.67% from 377); Max value from RGB is 146 - color contains mainly: green. Hex color #8A925D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A925D is #756DA2. Grayscale: #898989. Windows color (decimal): -7695779 or 6132362. OLE color: 6132362.

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

Color convert

RGB 138 146 93 -
CMYK 0.05 0 0.36 0.43
HSL 69.06º 0.22% 0.47% -
HSV(B) 69.06º 0.36% 0.57% -
XYZ 22.74 26.75 14.32 -
YUV 137.57 102.85 128.31 -
System Red Green Blue C M Y K H S L
Decimal 138 146 93 0.05 0 0.36 0.43 69.06 0.22 0.47
Hex 8A 92 5D 5 0 24 2B 45 16 2F
Octal 212 222 135 5 0 44 53 105 26 57
Binary 10001010 10010010 1011101 101 0 100100 101011 1000101 10110 101111

Color Harmonies of #8A925D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A925D

Black with #8A925D

Text Example


Text Example

White with #8A925D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,146,93); }

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

background-color css

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

 a { background-color: rgb(138,146,93); }

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

border-color css

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

 span { border-color: rgb(138,146,93); }

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