Html Css Color HEX #8E8A6D Bandicoot

📋 copy color: '#8E8A6D'

red 142 ◦ green 138 ◦ blue 109

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

Shades of Bandicoot #8E8A6D

Tints of Bandicoot #8E8A6D

RGB

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

 GREEN value IS 138 (54.3% from 255) = 35.48%

 BLUE value IS 109 (42.97% from 255) = 28.02%

R = 36.5%
G = 35.48%
B = 28.02%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.23

 K value IS 0.44

RGB Variations

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

Color information

#8E8A6D (or 0x8E8A6D) is known color: Bandicoot. HEX triplet: 8E, 8A and 6D. RGB value is (142,138,109). Sum of RGB (Red+Green+Blue) = 142+138+109=389 (51% of max value = 765). Red value is 142 (55.86% from 255 or 36.50% from 389); Green value is 138 (54.30% from 255 or 35.48% from 389); Blue value is 109 (42.97% from 255 or 28.02% from 389); Max value from RGB is 142 - color contains mainly: red. Hex color #8E8A6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E8A6D is #717592. Grayscale: #888888. Windows color (decimal): -7435667 or 7178894. OLE color: 7178894.

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

Color convert

RGB 142 138 109 -
CMYK 0 0.03 0.23 0.44
HSL 52.73º 0.13% 0.49% -
HSV(B) 52.73º 0.23% 0.56% -
XYZ 23 25.03 18.09 -
YUV 135.89 112.83 132.36 -
System Red Green Blue C M Y K H S L
Decimal 142 138 109 0 0.03 0.23 0.44 52.73 0.13 0.49
Hex 8E 8A 6D 0 3 17 2C 35 D 31
Octal 216 212 155 0 3 27 54 65 15 61
Binary 10001110 10001010 1101101 0 11 10111 101100 110101 1101 110001

Color Harmonies of #8E8A6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E8A6D

Black with #8E8A6D

Text Example


Text Example

White with #8E8A6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,138,109); }

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

background-color css

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

 a { background-color: rgb(142,138,109); }

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

border-color css

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

 span { border-color: rgb(142,138,109); }

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