#8A8B56

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

Shades of Bandicoot #8A8B56

Tints of Bandicoot #8A8B56

Color information

#8A8B56 (or 0x8A8B56) is unknown color: approx Bandicoot. HEX triplet: 8A, 8B and 56. RGB value is (138,139,86). Sum of RGB (Red+Green+Blue) = 138+139+86=363 (48% of max value = 765). Red value is 138 (54.30% from 255 or 38.02% from 363); Green value is 139 (54.69% from 255 or 38.29% from 363); Blue value is 86 (33.98% from 255 or 23.69% from 363); Max value from RGB is 139 - color contains mainly: green. Hex color #8A8B56 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A8B56 is #7574A9. Grayscale: #848484. Windows color (decimal): -7697578 or 5671818. OLE color: 5671818.

HSL color Cylindrical-coordinate representation of color #8A8B56: hue angle of 61.13º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8A8B56 is Cyan = 0.01, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.45.

Color convert

RGB13813986-
CMYK0.0100.380.45
HSL61.13º23.56%44.12%-
HSV(B)61.13º38.13%54.51%-
XYZ21.3924.5412.41-
YUV132.66101.67131.81-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 38.02%
GREEN value IS 139 (54.69% from 255) = 38.29%
BLUE value IS 86 (33.98% from 255) = 23.69%
R=38.02%
G=38.29%
B=23.69%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal138139860.0100.380.4561.1323.5644.12
Hex8A8B5610262D3d182c
Octal212213126104655753054
Binary100010101000101110101101010011010110111110111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A8B56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,139,86); }

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

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

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

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

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

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

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