Html Css Color HEX #8E885E Bandicoot

📋 copy color: '#8E885E'

red 142 ◦ green 136 ◦ blue 94

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

Shades of Bandicoot #8E885E

Tints of Bandicoot #8E885E

RGB

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

 GREEN value IS 136 (53.52% from 255) = 36.56%

 BLUE value IS 94 (37.11% from 255) = 25.27%

R = 38.17%
G = 36.56%
B = 25.27%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.34

 K value IS 0.44

RGB Variations

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

Color information

#8E885E (or 0x8E885E) is known color: Bandicoot. HEX triplet: 8E, 88 and 5E. RGB value is (142,136,94). Sum of RGB (Red+Green+Blue) = 142+136+94=372 (49% of max value = 765). Red value is 142 (55.86% from 255 or 38.17% from 372); Green value is 136 (53.52% from 255 or 36.56% from 372); Blue value is 94 (37.11% from 255 or 25.27% from 372); Max value from RGB is 142 - color contains mainly: red. Hex color #8E885E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E885E is #7177A1. Grayscale: #858585. Windows color (decimal): -7436194 or 6195342. OLE color: 6195342.

HSL color Cylindrical-coordinate representation of color #8E885E: hue angle of 52.5º degrees, saturation: 0.2, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8E885E is Cyan = 0, Magento = 0.04, Yellow = 0.34 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 136 94 -
CMYK 0 0.04 0.34 0.44
HSL 52.5º 0.2% 0.46% -
HSV(B) 52.5º 0.34% 0.56% -
XYZ 21.98 24.17 14.1 -
YUV 133.01 105.99 134.42 -
System Red Green Blue C M Y K H S L
Decimal 142 136 94 0 0.04 0.34 0.44 52.5 0.2 0.46
Hex 8E 88 5E 0 4 22 2C 34 14 2E
Octal 216 210 136 0 4 42 54 64 24 56
Binary 10001110 10001000 1011110 0 100 100010 101100 110100 10100 101110

Color Harmonies of #8E885E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E885E

Black with #8E885E

Text Example


Text Example

White with #8E885E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,136,94); }

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

background-color css

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

 a { background-color: rgb(142,136,94); }

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

border-color css

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

 span { border-color: rgb(142,136,94); }

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