#898469

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

Shades of Bandicoot #898469

Tints of Bandicoot #898469

Color information

#898469 (or 0x898469) is unknown color: approx Bandicoot. HEX triplet: 89, 84 and 69. RGB value is (137,132,105). Sum of RGB (Red+Green+Blue) = 137+132+105=374 (49% of max value = 765). Red value is 137 (53.91% from 255 or 36.63% from 374); Green value is 132 (51.95% from 255 or 35.29% from 374); Blue value is 105 (41.41% from 255 or 28.07% from 374); Max value from RGB is 137 - color contains mainly: red. Hex color #898469 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #898469 is #767B96. Grayscale: #828282. Windows color (decimal): -7764887 or 6915209. OLE color: 6915209.

HSL color Cylindrical-coordinate representation of color #898469: hue angle of 50.63º degrees, saturation: 0.13, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #898469 is Cyan = 0, Magento = 0.04, Yellow = 0.23 and Black (K on CMYK) = 0.46.

Color convert

RGB137132105-
CMYK00.040.230.46
HSL50.63º13.22%47.45%-
HSV(B)50.63º23.36%53.73%-
XYZ21.1222.8416.66-
YUV130.42113.66132.7-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 36.63%
GREEN value IS 132 (51.95% from 255) = 35.29%
BLUE value IS 105 (41.41% from 255) = 28.07%
R=36.63%
G=35.29%
B=28.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.23
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13713210500.040.230.4650.6313.2247.45
Hex89846904172E33d2f
Octal211204151042756631557
Binary100010011000010011010010100101111011101100111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #898469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #898469; }

 p { color: rgb(137,132,105); }

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

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

 a { background-color: rgb(137,132,105); }

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

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

 span { border-color: rgb(137,132,105); }

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