Html Css Color HEX #8E8B68 Bandicoot

📋 copy color: '#8E8B68'

red 142 ◦ green 139 ◦ blue 104

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

Shades of Bandicoot #8E8B68

Tints of Bandicoot #8E8B68

RGB

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

 GREEN value IS 139 (54.69% from 255) = 36.1%

 BLUE value IS 104 (41.02% from 255) = 27.01%

R = 36.88%
G = 36.1%
B = 27.01%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.27

 K value IS 0.44

RGB Variations

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

Color information

#8E8B68 (or 0x8E8B68) is known color: Bandicoot. HEX triplet: 8E, 8B and 68. RGB value is (142,139,104). Sum of RGB (Red+Green+Blue) = 142+139+104=385 (50% of max value = 765). Red value is 142 (55.86% from 255 or 36.88% from 385); Green value is 139 (54.69% from 255 or 36.10% from 385); Blue value is 104 (41.02% from 255 or 27.01% from 385); Max value from RGB is 142 - color contains mainly: red. Hex color #8E8B68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E8B68 is #717497. Grayscale: #888888. Windows color (decimal): -7435416 or 6851470. OLE color: 6851470.

HSL color Cylindrical-coordinate representation of color #8E8B68: hue angle of 55.26º degrees, saturation: 0.15, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8E8B68 is Cyan = 0, Magento = 0.02, Yellow = 0.27 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 139 104 -
CMYK 0 0.02 0.27 0.44
HSL 55.26º 0.15% 0.48% -
HSV(B) 55.26º 0.27% 0.56% -
XYZ 22.89 25.22 16.76 -
YUV 135.91 109.99 132.35 -
System Red Green Blue C M Y K H S L
Decimal 142 139 104 0 0.02 0.27 0.44 55.26 0.15 0.48
Hex 8E 8B 68 0 2 1B 2C 37 F 30
Octal 216 213 150 0 2 33 54 67 17 60
Binary 10001110 10001011 1101000 0 10 11011 101100 110111 1111 110000

Color Harmonies of #8E8B68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E8B68

Black with #8E8B68

Text Example


Text Example

White with #8E8B68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,139,104); }

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

background-color css

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

 a { background-color: rgb(142,139,104); }

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

border-color css

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

 span { border-color: rgb(142,139,104); }

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