Html Css Color HEX #898860 Bandicoot

📋 copy color: '#898860'

red 137 ◦ green 136 ◦ blue 96

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

Shades of Bandicoot #898860

Tints of Bandicoot #898860

RGB

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

 GREEN value IS 136 (53.52% from 255) = 36.86%

 BLUE value IS 96 (37.89% from 255) = 26.02%

R = 37.13%
G = 36.86%
B = 26.02%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.30

 K value IS 0.46

RGB Variations

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

Color information

#898860 (or 0x898860) is known color: Bandicoot. HEX triplet: 89, 88 and 60. RGB value is (137,136,96). Sum of RGB (Red+Green+Blue) = 137+136+96=369 (48% of max value = 765). Red value is 137 (53.91% from 255 or 37.13% from 369); Green value is 136 (53.52% from 255 or 36.86% from 369); Blue value is 96 (37.89% from 255 or 26.02% from 369); Max value from RGB is 137 - color contains mainly: red. Hex color #898860 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #898860 is #76779F. Grayscale: #838383. Windows color (decimal): -7763872 or 6326409. OLE color: 6326409.

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

Color convert

RGB 137 136 96 -
CMYK 0 0.01 0.30 0.46
HSL 58.54º 0.18% 0.46% -
HSV(B) 58.54º 0.3% 0.54% -
XYZ 21.23 23.77 14.54 -
YUV 131.74 107.83 131.75 -
System Red Green Blue C M Y K H S L
Decimal 137 136 96 0 0.01 0.30 0.46 58.54 0.18 0.46
Hex 89 88 60 0 1 1E 2E 3B 12 2E
Octal 211 210 140 0 1 36 56 73 22 56
Binary 10001001 10001000 1100000 0 1 11110 101110 111011 10010 101110

Color Harmonies of #898860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #898860

Black with #898860

Text Example


Text Example

White with #898860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #898860; }

 p { color: rgb(137,136,96); }

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

background-color css

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

 a { background-color: rgb(137,136,96); }

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

border-color css

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

 span { border-color: rgb(137,136,96); }

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