#898B53

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

Shades of Bandicoot #898B53

Tints of Bandicoot #898B53

Color information

#898B53 (or 0x898B53) is unknown color: approx Bandicoot. HEX triplet: 89, 8B and 53. RGB value is (137,139,83). Sum of RGB (Red+Green+Blue) = 137+139+83=359 (47% of max value = 765). Red value is 137 (53.91% from 255 or 38.16% from 359); Green value is 139 (54.69% from 255 or 38.72% from 359); Blue value is 83 (32.81% from 255 or 23.12% from 359); Max value from RGB is 139 - color contains mainly: green. Hex color #898B53 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #898B53 is #7674AC. Grayscale: #848484. Windows color (decimal): -7763117 or 5475209. OLE color: 5475209.

HSL color Cylindrical-coordinate representation of color #898B53: hue angle of 62.14º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #898B53 is Cyan = 0.01, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.45.

Color convert

RGB13713983-
CMYK0.0100.400.45
HSL62.14º25.23%43.53%-
HSV(B)62.14º40.29%54.51%-
XYZ21.1124.4111.78-
YUV132.02100.34131.55-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 38.16%
GREEN value IS 139 (54.69% from 255) = 38.72%
BLUE value IS 83 (32.81% from 255) = 23.12%
R=38.16%
G=38.72%
B=23.12%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal137139830.0100.400.4562.1425.2343.53
Hex898B5310282D3e192c
Octal211213123105055763154
Binary100010011000101110100111010100010110111111011001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #898B53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #898B53; }

 p { color: rgb(137,139,83); }

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

<style>
 a { background-color: #898B53; }

 a { background-color: rgb(137,139,83); }

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

<style>
 span { border-color: #898B53; }

 span { border-color: rgb(137,139,83); }

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