Html Css Color HEX #8C915D Avocado

📋 copy color: '#8C915D'

red 140 ◦ green 145 ◦ blue 93

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

Shades of Avocado #8C915D

Tints of Avocado #8C915D

RGB

 RED value IS 140 (55.08% from 255) = 37.04%

 GREEN value IS 145 (57.03% from 255) = 38.36%

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

R = 37.04%
G = 38.36%
B = 24.6%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.36

 K value IS 0.43

RGB Variations

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

Color information

#8C915D (or 0x8C915D) is known color: Avocado. HEX triplet: 8C, 91 and 5D. RGB value is (140,145,93). Sum of RGB (Red+Green+Blue) = 140+145+93=378 (50% of max value = 765). Red value is 140 (55.08% from 255 or 37.04% from 378); Green value is 145 (57.03% from 255 or 38.36% from 378); Blue value is 93 (36.72% from 255 or 24.60% from 378); Max value from RGB is 145 - color contains mainly: green. Hex color #8C915D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C915D is #736EA2. Grayscale: #898989. Windows color (decimal): -7564963 or 6132108. OLE color: 6132108.

HSL color Cylindrical-coordinate representation of color #8C915D: hue angle of 65.77º 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 #8C915D is Cyan = 0.03, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.43.

Color convert

RGB 140 145 93 -
CMYK 0.03 0 0.36 0.43
HSL 65.77º 0.22% 0.47% -
HSV(B) 65.77º 0.36% 0.57% -
XYZ 22.92 26.62 14.29 -
YUV 137.58 102.84 129.73 -
System Red Green Blue C M Y K H S L
Decimal 140 145 93 0.03 0 0.36 0.43 65.77 0.22 0.47
Hex 8C 91 5D 3 0 24 2B 42 16 2F
Octal 214 221 135 3 0 44 53 102 26 57
Binary 10001100 10010001 1011101 11 0 100100 101011 1000010 10110 101111

Color Harmonies of #8C915D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C915D

Black with #8C915D

Text Example


Text Example

White with #8C915D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,145,93); }

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

background-color css

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

 a { background-color: rgb(140,145,93); }

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

border-color css

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

 span { border-color: rgb(140,145,93); }

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