Html Css Color HEX #8E8B5E Bandicoot

📋 copy color: '#8E8B5E'

red 142 ◦ green 139 ◦ blue 94

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

Shades of Bandicoot #8E8B5E

Tints of Bandicoot #8E8B5E

RGB

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

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

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

R = 37.87%
G = 37.07%
B = 25.07%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.34

 K value IS 0.44

RGB Variations

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

Color information

#8E8B5E (or 0x8E8B5E) is known color: Bandicoot. HEX triplet: 8E, 8B and 5E. RGB value is (142,139,94). Sum of RGB (Red+Green+Blue) = 142+139+94=375 (49% of max value = 765). Red value is 142 (55.86% from 255 or 37.87% from 375); Green value is 139 (54.69% from 255 or 37.07% from 375); Blue value is 94 (37.11% from 255 or 25.07% from 375); Max value from RGB is 142 - color contains mainly: red. Hex color #8E8B5E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E8B5E is #7174A1. Grayscale: #868686. Windows color (decimal): -7435426 or 6196110. OLE color: 6196110.

HSL color Cylindrical-coordinate representation of color #8E8B5E: hue angle of 56.25º 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 #8E8B5E is Cyan = 0, Magento = 0.02, Yellow = 0.34 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 139 94 -
CMYK 0 0.02 0.34 0.44
HSL 56.25º 0.2% 0.46% -
HSV(B) 56.25º 0.34% 0.56% -
XYZ 22.41 25.02 14.24 -
YUV 134.77 104.99 133.16 -
System Red Green Blue C M Y K H S L
Decimal 142 139 94 0 0.02 0.34 0.44 56.25 0.2 0.46
Hex 8E 8B 5E 0 2 22 2C 38 14 2E
Octal 216 213 136 0 2 42 54 70 24 56
Binary 10001110 10001011 1011110 0 10 100010 101100 111000 10100 101110

Color Harmonies of #8E8B5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E8B5E

Black with #8E8B5E

Text Example


Text Example

White with #8E8B5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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