Html Css Color HEX #8E8958 Bandicoot

📋 copy color: '#8E8958'

red 142 ◦ green 137 ◦ blue 88

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

Shades of Bandicoot #8E8958

Tints of Bandicoot #8E8958

RGB

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

 GREEN value IS 137 (53.91% from 255) = 37.33%

 BLUE value IS 88 (34.77% from 255) = 23.98%

R = 38.69%
G = 37.33%
B = 23.98%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.38

 K value IS 0.44

RGB Variations

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

Color information

#8E8958 (or 0x8E8958) is known color: Bandicoot. HEX triplet: 8E, 89 and 58. RGB value is (142,137,88). Sum of RGB (Red+Green+Blue) = 142+137+88=367 (48% of max value = 765). Red value is 142 (55.86% from 255 or 38.69% from 367); Green value is 137 (53.91% from 255 or 37.33% from 367); Blue value is 88 (34.77% from 255 or 23.98% from 367); Max value from RGB is 142 - color contains mainly: red. Hex color #8E8958 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E8958 is #7176A7. Grayscale: #858585. Windows color (decimal): -7435944 or 5802382. OLE color: 5802382.

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

Color convert

RGB 142 137 88 -
CMYK 0 0.04 0.38 0.44
HSL 54.44º 0.23% 0.45% -
HSV(B) 54.44º 0.38% 0.56% -
XYZ 21.86 24.35 12.78 -
YUV 132.91 102.66 134.48 -
System Red Green Blue C M Y K H S L
Decimal 142 137 88 0 0.04 0.38 0.44 54.44 0.23 0.45
Hex 8E 89 58 0 4 26 2C 36 17 2D
Octal 216 211 130 0 4 46 54 66 27 55
Binary 10001110 10001001 1011000 0 100 100110 101100 110110 10111 101101

Color Harmonies of #8E8958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E8958

Black with #8E8958

Text Example


Text Example

White with #8E8958

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,137,88); }

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

background-color css

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

 a { background-color: rgb(142,137,88); }

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

border-color css

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

 span { border-color: rgb(142,137,88); }

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