#8A8E53

Color #8A8E53 Bandicoot (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bandicoot #8A8E53

Tints of Bandicoot #8A8E53

Color information

#8A8E53 (or 0x8A8E53) is unknown color: approx Bandicoot. HEX triplet: 8A, 8E and 53. RGB value is (138,142,83). Sum of RGB (Red+Green+Blue) = 138+142+83=363 (48% of max value = 765). Red value is 138 (54.30% from 255 or 38.02% from 363); Green value is 142 (55.86% from 255 or 39.12% from 363); Blue value is 83 (32.81% from 255 or 22.87% from 363); Max value from RGB is 142 - color contains mainly: green. Hex color #8A8E53 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A8E53 is #7571AC. Grayscale: #868686. Windows color (decimal): -7696813 or 5475978. OLE color: 5475978.

HSL color Cylindrical-coordinate representation of color #8A8E53: hue angle of 64.07º degrees, saturation: 0.26, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8A8E53 is Cyan = 0.03, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.44.

Color convert

RGB13814283-
CMYK0.0300.420.44
HSL64.07º26.22%44.12%-
HSV(B)64.07º41.55%55.69%-
XYZ21.7225.3711.94-
YUV134.0899.17130.8-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 38.02%
GREEN value IS 142 (55.86% from 255) = 39.12%
BLUE value IS 83 (32.81% from 255) = 22.87%
R=38.02%
G=39.12%
B=22.87%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal138142830.0300.420.4464.0726.2244.12
Hex8A8E53302A2C401a2c
Octal2122161233052541003254
Binary10001010100011101010011110101010101100100000011010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A8E53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,142,83); }

 H1.HeaderClassName
 {
   color: #8A8E53;
 }
 .AnyTagClassName
 {
   color: #8A8E53;
 }
</style>
background-color css

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

 a { background-color: rgb(138,142,83); }

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

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

 span { border-color: rgb(138,142,83); }

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