Html Css Color HEX #898570 Bandicoot

📋 copy color: '#898570'

red 137 ◦ green 133 ◦ blue 112

#898570
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bandicoot #898570

Tints of Bandicoot #898570

RGB

 RED value IS 137 (53.91% from 255) = 35.86%

 GREEN value IS 133 (52.34% from 255) = 34.82%

 BLUE value IS 112 (44.14% from 255) = 29.32%

R = 35.86%
G = 34.82%
B = 29.32%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.18

 K value IS 0.46

RGB Variations

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

Color information

#898570 (or 0x898570) is known color: Bandicoot. HEX triplet: 89, 85 and 70. RGB value is (137,133,112). Sum of RGB (Red+Green+Blue) = 137+133+112=382 (50% of max value = 765). Red value is 137 (53.91% from 255 or 35.86% from 382); Green value is 133 (52.34% from 255 or 34.82% from 382); Blue value is 112 (44.14% from 255 or 29.32% from 382); Max value from RGB is 137 - color contains mainly: red. Hex color #898570 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #898570 is #767A8F. Grayscale: #838383. Windows color (decimal): -7764624 or 7374217. OLE color: 7374217.

HSL color Cylindrical-coordinate representation of color #898570: hue angle of 50.4º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #898570 is Cyan = 0, Magento = 0.03, Yellow = 0.18 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 133 112 -
CMYK 0 0.03 0.18 0.46
HSL 50.4º 0.1% 0.49% -
HSV(B) 50.4º 0.18% 0.54% -
XYZ 21.63 23.26 18.68 -
YUV 131.8 116.83 131.71 -
System Red Green Blue C M Y K H S L
Decimal 137 133 112 0 0.03 0.18 0.46 50.4 0.1 0.49
Hex 89 85 70 0 3 12 2E 32 A 31
Octal 211 205 160 0 3 22 56 62 12 61
Binary 10001001 10000101 1110000 0 11 10010 101110 110010 1010 110001

Color Harmonies of #898570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #898570

Black with #898570

Text Example


Text Example

White with #898570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #898570; }

 p { color: rgb(137,133,112); }

 H1.HeaderClassName
 {
   color: #898570;
 }
 .AnyTagClassName
 {
   color: #898570;
 }
</style>

background-color css

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

 a { background-color: rgb(137,133,112); }

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

border-color css

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

 span { border-color: rgb(137,133,112); }

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