Html Css Color HEX #8A9655 Avocado

📋 copy color: '#8A9655'

red 138 ◦ green 150 ◦ blue 85

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

Shades of Avocado #8A9655

Tints of Avocado #8A9655

RGB

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

 GREEN value IS 150 (58.98% from 255) = 40.21%

 BLUE value IS 85 (33.59% from 255) = 22.79%

R = 37%
G = 40.21%
B = 22.79%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.43

 K value IS 0.41

RGB Variations

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

Color information

#8A9655 (or 0x8A9655) is known color: Avocado. HEX triplet: 8A, 96 and 55. RGB value is (138,150,85). Sum of RGB (Red+Green+Blue) = 138+150+85=373 (49% of max value = 765). Red value is 138 (54.30% from 255 or 37.00% from 373); Green value is 150 (58.98% from 255 or 40.21% from 373); Blue value is 85 (33.59% from 255 or 22.79% from 373); Max value from RGB is 150 - color contains mainly: green. Hex color #8A9655 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A9655 is #7569AA. Grayscale: #8B8B8B. Windows color (decimal): -7694763 or 5609098. OLE color: 5609098.

HSL color Cylindrical-coordinate representation of color #8A9655: hue angle of 71.08º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8A9655 is Cyan = 0.08, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.41.

Color convert

RGB 138 150 85 -
CMYK 0.08 0 0.43 0.41
HSL 71.08º 0.28% 0.46% -
HSV(B) 71.08º 0.43% 0.59% -
XYZ 23.03 27.87 12.76 -
YUV 139 97.52 127.29 -
System Red Green Blue C M Y K H S L
Decimal 138 150 85 0.08 0 0.43 0.41 71.08 0.28 0.46
Hex 8A 96 55 8 0 2B 29 47 1C 2E
Octal 212 226 125 10 0 53 51 107 34 56
Binary 10001010 10010110 1010101 1000 0 101011 101001 1000111 11100 101110

Color Harmonies of #8A9655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A9655

Black with #8A9655

Text Example


Text Example

White with #8A9655

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,150,85); }

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

background-color css

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

 a { background-color: rgb(138,150,85); }

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

border-color css

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

 span { border-color: rgb(138,150,85); }

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