Html Css Color HEX #8D945B Avocado

📋 copy color: '#8D945B'

red 141 ◦ green 148 ◦ blue 91

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

Shades of Avocado #8D945B

Tints of Avocado #8D945B

RGB

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

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

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

R = 37.11%
G = 38.95%
B = 23.95%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.39

 K value IS 0.42

RGB Variations

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

Color information

#8D945B (or 0x8D945B) is known color: Avocado. HEX triplet: 8D, 94 and 5B. RGB value is (141,148,91). Sum of RGB (Red+Green+Blue) = 141+148+91=380 (50% of max value = 765). Red value is 141 (55.47% from 255 or 37.11% from 380); Green value is 148 (58.20% from 255 or 38.95% from 380); Blue value is 91 (35.94% from 255 or 23.95% from 380); Max value from RGB is 148 - color contains mainly: green. Hex color #8D945B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D945B is #726BA4. Grayscale: #8B8B8B. Windows color (decimal): -7498661 or 6001805. OLE color: 6001805.

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

Color convert

RGB 141 148 91 -
CMYK 0.05 0 0.39 0.42
HSL 67.37º 0.24% 0.47% -
HSV(B) 67.37º 0.39% 0.58% -
XYZ 23.46 27.6 13.99 -
YUV 139.41 100.68 129.13 -
System Red Green Blue C M Y K H S L
Decimal 141 148 91 0.05 0 0.39 0.42 67.37 0.24 0.47
Hex 8D 94 5B 5 0 27 2A 43 18 2F
Octal 215 224 133 5 0 47 52 103 30 57
Binary 10001101 10010100 1011011 101 0 100111 101010 1000011 11000 101111

Color Harmonies of #8D945B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D945B

Black with #8D945B

Text Example


Text Example

White with #8D945B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,148,91); }

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

background-color css

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

 a { background-color: rgb(141,148,91); }

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

border-color css

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

 span { border-color: rgb(141,148,91); }

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