Html Css Color HEX #8E8863 Bandicoot

📋 copy color: '#8E8863'

red 142 ◦ green 136 ◦ blue 99

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

Shades of Bandicoot #8E8863

Tints of Bandicoot #8E8863

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 26.26%

R = 37.67%
G = 36.07%
B = 26.26%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.30

 K value IS 0.44

RGB Variations

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

Color information

#8E8863 (or 0x8E8863) is known color: Bandicoot. HEX triplet: 8E, 88 and 63. RGB value is (142,136,99). Sum of RGB (Red+Green+Blue) = 142+136+99=377 (49% of max value = 765). Red value is 142 (55.86% from 255 or 37.67% from 377); Green value is 136 (53.52% from 255 or 36.07% from 377); Blue value is 99 (39.06% from 255 or 26.26% from 377); Max value from RGB is 142 - color contains mainly: red. Hex color #8E8863 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E8863 is #71779C. Grayscale: #858585. Windows color (decimal): -7436189 or 6523022. OLE color: 6523022.

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

Color convert

RGB 142 136 99 -
CMYK 0 0.04 0.30 0.44
HSL 51.63º 0.18% 0.47% -
HSV(B) 51.63º 0.3% 0.56% -
XYZ 22.21 24.26 15.32 -
YUV 133.58 108.49 134.01 -
System Red Green Blue C M Y K H S L
Decimal 142 136 99 0 0.04 0.30 0.44 51.63 0.18 0.47
Hex 8E 88 63 0 4 1E 2C 34 12 2F
Octal 216 210 143 0 4 36 54 64 22 57
Binary 10001110 10001000 1100011 0 100 11110 101100 110100 10010 101111

Color Harmonies of #8E8863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E8863

Black with #8E8863

Text Example


Text Example

White with #8E8863

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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