Html Css Color HEX #8E8963 Bandicoot

📋 copy color: '#8E8963'

red 142 ◦ green 137 ◦ blue 99

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

Shades of Bandicoot #8E8963

Tints of Bandicoot #8E8963

RGB

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

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

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

R = 37.57%
G = 36.24%
B = 26.19%

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

#8E8963 (or 0x8E8963) is known color: Bandicoot. HEX triplet: 8E, 89 and 63. RGB value is (142,137,99). Sum of RGB (Red+Green+Blue) = 142+137+99=378 (50% of max value = 765). Red value is 142 (55.86% from 255 or 37.57% from 378); Green value is 137 (53.91% from 255 or 36.24% from 378); Blue value is 99 (39.06% from 255 or 26.19% from 378); Max value from RGB is 142 - color contains mainly: red. Hex color #8E8963 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E8963 is #71769C. Grayscale: #868686. Windows color (decimal): -7435933 or 6523278. OLE color: 6523278.

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

Color convert

RGB 142 137 99 -
CMYK 0 0.04 0.30 0.44
HSL 53.02º 0.18% 0.47% -
HSV(B) 53.02º 0.3% 0.56% -
XYZ 22.35 24.54 15.36 -
YUV 134.16 108.16 133.59 -
System Red Green Blue C M Y K H S L
Decimal 142 137 99 0 0.04 0.30 0.44 53.02 0.18 0.47
Hex 8E 89 63 0 4 1E 2C 35 12 2F
Octal 216 211 143 0 4 36 54 65 22 57
Binary 10001110 10001001 1100011 0 100 11110 101100 110101 10010 101111

Color Harmonies of #8E8963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E8963

Black with #8E8963

Text Example


Text Example

White with #8E8963

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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