#8A8A5B

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

Shades of Bandicoot #8A8A5B

Tints of Bandicoot #8A8A5B

Color information

#8A8A5B (or 0x8A8A5B) is unknown color: approx Bandicoot. HEX triplet: 8A, 8A and 5B. RGB value is (138,138,91). Sum of RGB (Red+Green+Blue) = 138+138+91=367 (48% of max value = 765). Red value is 138 (54.30% from 255 or 37.60% from 367); Green value is 138 (54.30% from 255 or 37.60% from 367); Blue value is 91 (35.94% from 255 or 24.80% from 367); Max value from RGB is 138 - color contains mainly: red, green. Hex color #8A8A5B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A8A5B is #7575A4. Grayscale: #848484. Windows color (decimal): -7697829 or 5999242. OLE color: 5999242.

HSL color Cylindrical-coordinate representation of color #8A8A5B: hue angle of 60º degrees, saturation: 0.21, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8A8A5B is Cyan = 0, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.46.

Color convert

RGB13813891-
CMYK000.340.46
HSL60º20.52%44.9%-
HSV(B)60º34.06%54.12%-
XYZ21.4624.3413.46-
YUV132.64104.5131.82-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 37.60%
GREEN value IS 138 (54.30% from 255) = 37.60%
BLUE value IS 91 (35.94% from 255) = 24.80%
R=37.60%
G=37.60%
B=24.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13813891000.340.466020.5244.9
Hex8A8A5B00222E3c152d
Octal212212133004256742555
Binary100010101000101010110110010001010111011110010101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A8A5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,138,91); }

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

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

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

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

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

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

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