Html Css Color HEX #8E8860 Bandicoot

📋 copy color: '#8E8860'

red 142 ◦ green 136 ◦ blue 96

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

Shades of Bandicoot #8E8860

Tints of Bandicoot #8E8860

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 25.67%

R = 37.97%
G = 36.36%
B = 25.67%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.32

 K value IS 0.44

RGB Variations

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

Color information

#8E8860 (or 0x8E8860) is known color: Bandicoot. HEX triplet: 8E, 88 and 60. RGB value is (142,136,96). Sum of RGB (Red+Green+Blue) = 142+136+96=374 (49% of max value = 765). Red value is 142 (55.86% from 255 or 37.97% from 374); Green value is 136 (53.52% from 255 or 36.36% from 374); Blue value is 96 (37.89% from 255 or 25.67% from 374); Max value from RGB is 142 - color contains mainly: red. Hex color #8E8860 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E8860 is #71779F. Grayscale: #858585. Windows color (decimal): -7436192 or 6326414. OLE color: 6326414.

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

Color convert

RGB 142 136 96 -
CMYK 0 0.04 0.32 0.44
HSL 52.17º 0.19% 0.47% -
HSV(B) 52.17º 0.32% 0.56% -
XYZ 22.07 24.2 14.57 -
YUV 133.23 106.99 134.25 -
System Red Green Blue C M Y K H S L
Decimal 142 136 96 0 0.04 0.32 0.44 52.17 0.19 0.47
Hex 8E 88 60 0 4 20 2C 34 13 2F
Octal 216 210 140 0 4 40 54 64 23 57
Binary 10001110 10001000 1100000 0 100 100000 101100 110100 10011 101111

Color Harmonies of #8E8860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E8860

Black with #8E8860

Text Example


Text Example

White with #8E8860

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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