Html Css Color HEX #8C946B Avocado

📋 copy color: '#8C946B'

red 140 ◦ green 148 ◦ blue 107

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

Shades of Avocado #8C946B

Tints of Avocado #8C946B

RGB

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

 GREEN value IS 148 (58.2% from 255) = 37.47%

 BLUE value IS 107 (42.19% from 255) = 27.09%

R = 35.44%
G = 37.47%
B = 27.09%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.28

 K value IS 0.42

RGB Variations

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

Color information

#8C946B (or 0x8C946B) is known color: Avocado. HEX triplet: 8C, 94 and 6B. RGB value is (140,148,107). Sum of RGB (Red+Green+Blue) = 140+148+107=395 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.44% from 395); Green value is 148 (58.20% from 255 or 37.47% from 395); Blue value is 107 (42.19% from 255 or 27.09% from 395); Max value from RGB is 148 - color contains mainly: green. Hex color #8C946B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C946B is #736B94. Grayscale: #8D8D8D. Windows color (decimal): -7564181 or 7050380. OLE color: 7050380.

HSL color Cylindrical-coordinate representation of color #8C946B: hue angle of 71.71º degrees, saturation: 0.16, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8C946B is Cyan = 0.05, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.42.

Color convert

RGB 140 148 107 -
CMYK 0.05 0 0.28 0.42
HSL 71.71º 0.16% 0.5% -
HSV(B) 71.71º 0.28% 0.58% -
XYZ 24.06 27.82 18.01 -
YUV 140.93 108.85 127.33 -
System Red Green Blue C M Y K H S L
Decimal 140 148 107 0.05 0 0.28 0.42 71.71 0.16 0.5
Hex 8C 94 6B 5 0 1C 2A 48 10 32
Octal 214 224 153 5 0 34 52 110 20 62
Binary 10001100 10010100 1101011 101 0 11100 101010 1001000 10000 110010

Color Harmonies of #8C946B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C946B

Black with #8C946B

Text Example


Text Example

White with #8C946B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,148,107); }

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

background-color css

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

 a { background-color: rgb(140,148,107); }

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

border-color css

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

 span { border-color: rgb(140,148,107); }

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