Html Css Color HEX #8C985B Avocado

📋 copy color: '#8C985B'

red 140 ◦ green 152 ◦ blue 91

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

Shades of Avocado #8C985B

Tints of Avocado #8C985B

RGB

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

 GREEN value IS 152 (59.77% from 255) = 39.69%

 BLUE value IS 91 (35.94% from 255) = 23.76%

R = 36.55%
G = 39.69%
B = 23.76%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.40

 K value IS 0.40

RGB Variations

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

Color information

#8C985B (or 0x8C985B) is known color: Avocado. HEX triplet: 8C, 98 and 5B. RGB value is (140,152,91). Sum of RGB (Red+Green+Blue) = 140+152+91=383 (50% of max value = 765). Red value is 140 (55.08% from 255 or 36.55% from 383); Green value is 152 (59.77% from 255 or 39.69% from 383); Blue value is 91 (35.94% from 255 or 23.76% from 383); Max value from RGB is 152 - color contains mainly: green. Hex color #8C985B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C985B is #7367A4. Grayscale: #8D8D8D. Windows color (decimal): -7563173 or 6002828. OLE color: 6002828.

HSL color Cylindrical-coordinate representation of color #8C985B: hue angle of 71.8º degrees, saturation: 0.25, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8C985B is Cyan = 0.08, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.40.

Color convert

RGB 140 152 91 -
CMYK 0.08 0 0.40 0.40
HSL 71.8º 0.25% 0.48% -
HSV(B) 71.8º 0.4% 0.6% -
XYZ 23.93 28.79 14.19 -
YUV 141.46 99.52 126.96 -
System Red Green Blue C M Y K H S L
Decimal 140 152 91 0.08 0 0.40 0.40 71.8 0.25 0.48
Hex 8C 98 5B 8 0 28 28 48 19 30
Octal 214 230 133 10 0 50 50 110 31 60
Binary 10001100 10011000 1011011 1000 0 101000 101000 1001000 11001 110000

Color Harmonies of #8C985B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C985B

Black with #8C985B

Text Example


Text Example

White with #8C985B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,152,91); }

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

background-color css

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

 a { background-color: rgb(140,152,91); }

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

border-color css

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

 span { border-color: rgb(140,152,91); }

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