Html Css Color HEX #8A8865 Bandicoot

📋 copy color: '#8A8865'

red 138 ◦ green 136 ◦ blue 101

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

Shades of Bandicoot #8A8865

Tints of Bandicoot #8A8865

RGB

 RED value IS 138 (54.3% from 255) = 36.8%

 GREEN value IS 136 (53.52% from 255) = 36.27%

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

R = 36.8%
G = 36.27%
B = 26.93%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.27

 K value IS 0.46

RGB Variations

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

Color information

#8A8865 (or 0x8A8865) is known color: Bandicoot. HEX triplet: 8A, 88 and 65. RGB value is (138,136,101). Sum of RGB (Red+Green+Blue) = 138+136+101=375 (49% of max value = 765). Red value is 138 (54.30% from 255 or 36.8% from 375); Green value is 136 (53.52% from 255 or 36.27% from 375); Blue value is 101 (39.84% from 255 or 26.93% from 375); Max value from RGB is 138 - color contains mainly: red. Hex color #8A8865 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A8865 is #75779A. Grayscale: #848484. Windows color (decimal): -7698331 or 6654090. OLE color: 6654090.

HSL color Cylindrical-coordinate representation of color #8A8865: hue angle of 56.76º degrees, saturation: 0.15, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8A8865 is Cyan = 0, Magento = 0.01, Yellow = 0.27 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 136 101 -
CMYK 0 0.01 0.27 0.46
HSL 56.76º 0.15% 0.47% -
HSV(B) 56.76º 0.27% 0.54% -
XYZ 21.63 23.95 15.79 -
YUV 132.61 110.16 131.85 -
System Red Green Blue C M Y K H S L
Decimal 138 136 101 0 0.01 0.27 0.46 56.76 0.15 0.47
Hex 8A 88 65 0 1 1B 2E 39 F 2F
Octal 212 210 145 0 1 33 56 71 17 57
Binary 10001010 10001000 1100101 0 1 11011 101110 111001 1111 101111

Color Harmonies of #8A8865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A8865

Black with #8A8865

Text Example


Text Example

White with #8A8865

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,136,101); }

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

background-color css

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

 a { background-color: rgb(138,136,101); }

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

border-color css

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

 span { border-color: rgb(138,136,101); }

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