Html Css Color HEX #8E8965 Bandicoot

📋 copy color: '#8E8965'

red 142 ◦ green 137 ◦ blue 101

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

Shades of Bandicoot #8E8965

Tints of Bandicoot #8E8965

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 26.58%

R = 37.37%
G = 36.05%
B = 26.58%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.29

 K value IS 0.44

RGB Variations

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

Color information

#8E8965 (or 0x8E8965) is known color: Bandicoot. HEX triplet: 8E, 89 and 65. RGB value is (142,137,101). Sum of RGB (Red+Green+Blue) = 142+137+101=380 (50% of max value = 765). Red value is 142 (55.86% from 255 or 37.37% from 380); Green value is 137 (53.91% from 255 or 36.05% from 380); Blue value is 101 (39.84% from 255 or 26.58% from 380); Max value from RGB is 142 - color contains mainly: red. Hex color #8E8965 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E8965 is #71769A. Grayscale: #868686. Windows color (decimal): -7435931 or 6654350. OLE color: 6654350.

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

Color convert

RGB 142 137 101 -
CMYK 0 0.04 0.29 0.44
HSL 52.68º 0.17% 0.48% -
HSV(B) 52.68º 0.29% 0.56% -
XYZ 22.45 24.58 15.87 -
YUV 134.39 109.16 133.43 -
System Red Green Blue C M Y K H S L
Decimal 142 137 101 0 0.04 0.29 0.44 52.68 0.17 0.48
Hex 8E 89 65 0 4 1D 2C 35 11 30
Octal 216 211 145 0 4 35 54 65 21 60
Binary 10001110 10001001 1100101 0 100 11101 101100 110101 10001 110000

Color Harmonies of #8E8965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E8965

Black with #8E8965

Text Example


Text Example

White with #8E8965

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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