Html Css Color HEX #8D965C Avocado

📋 copy color: '#8D965C'

red 141 ◦ green 150 ◦ blue 92

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

Shades of Avocado #8D965C

Tints of Avocado #8D965C

RGB

 RED value IS 141 (55.47% from 255) = 36.81%

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

 BLUE value IS 92 (36.33% from 255) = 24.02%

R = 36.81%
G = 39.16%
B = 24.02%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.39

 K value IS 0.41

RGB Variations

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

Color information

#8D965C (or 0x8D965C) is known color: Avocado. HEX triplet: 8D, 96 and 5C. RGB value is (141,150,92). Sum of RGB (Red+Green+Blue) = 141+150+92=383 (50% of max value = 765). Red value is 141 (55.47% from 255 or 36.81% from 383); Green value is 150 (58.98% from 255 or 39.16% from 383); Blue value is 92 (36.33% from 255 or 24.02% from 383); Max value from RGB is 150 - color contains mainly: green. Hex color #8D965C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D965C is #7269A3. Grayscale: #8C8C8C. Windows color (decimal): -7498148 or 6067853. OLE color: 6067853.

HSL color Cylindrical-coordinate representation of color #8D965C: hue angle of 69.31º degrees, saturation: 0.24, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8D965C is Cyan = 0.06, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.41.

Color convert

RGB 141 150 92 -
CMYK 0.06 0 0.39 0.41
HSL 69.31º 0.24% 0.47% -
HSV(B) 69.31º 0.39% 0.59% -
XYZ 23.82 28.25 14.32 -
YUV 140.7 100.52 128.22 -
System Red Green Blue C M Y K H S L
Decimal 141 150 92 0.06 0 0.39 0.41 69.31 0.24 0.47
Hex 8D 96 5C 6 0 27 29 45 18 2F
Octal 215 226 134 6 0 47 51 105 30 57
Binary 10001101 10010110 1011100 110 0 100111 101001 1000101 11000 101111

Color Harmonies of #8D965C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D965C

Black with #8D965C

Text Example


Text Example

White with #8D965C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,150,92); }

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

background-color css

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

 a { background-color: rgb(141,150,92); }

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

border-color css

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

 span { border-color: rgb(141,150,92); }

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