Html Css Color HEX #8D8E59 Bandicoot

📋 copy color: '#8D8E59'

red 141 ◦ green 142 ◦ blue 89

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

Shades of Bandicoot #8D8E59

Tints of Bandicoot #8D8E59

RGB

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

 GREEN value IS 142 (55.86% from 255) = 38.17%

 BLUE value IS 89 (35.16% from 255) = 23.92%

R = 37.9%
G = 38.17%
B = 23.92%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.37

 K value IS 0.44

RGB Variations

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

Color information

#8D8E59 (or 0x8D8E59) is known color: Bandicoot. HEX triplet: 8D, 8E and 59. RGB value is (141,142,89). Sum of RGB (Red+Green+Blue) = 141+142+89=372 (49% of max value = 765). Red value is 141 (55.47% from 255 or 37.90% from 372); Green value is 142 (55.86% from 255 or 38.17% from 372); Blue value is 89 (35.16% from 255 or 23.92% from 372); Max value from RGB is 142 - color contains mainly: green. Hex color #8D8E59 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D8E59 is #7271A6. Grayscale: #878787. Windows color (decimal): -7500199 or 5869197. OLE color: 5869197.

HSL color Cylindrical-coordinate representation of color #8D8E59: hue angle of 61.13º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8D8E59 is Cyan = 0.01, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.44.

Color convert

RGB 141 142 89 -
CMYK 0.01 0 0.37 0.44
HSL 61.13º 0.23% 0.45% -
HSV(B) 61.13º 0.37% 0.56% -
XYZ 22.46 25.73 13.23 -
YUV 135.66 101.67 131.81 -
System Red Green Blue C M Y K H S L
Decimal 141 142 89 0.01 0 0.37 0.44 61.13 0.23 0.45
Hex 8D 8E 59 1 0 25 2C 3D 17 2D
Octal 215 216 131 1 0 45 54 75 27 55
Binary 10001101 10001110 1011001 1 0 100101 101100 111101 10111 101101

Color Harmonies of #8D8E59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D8E59

Black with #8D8E59

Text Example


Text Example

White with #8D8E59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,142,89); }

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

background-color css

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

 a { background-color: rgb(141,142,89); }

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

border-color css

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

 span { border-color: rgb(141,142,89); }

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