Html Css Color HEX #898464 Bandicoot

📋 copy color: '#898464'

red 137 ◦ green 132 ◦ blue 100

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

Shades of Bandicoot #898464

Tints of Bandicoot #898464

RGB

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

 GREEN value IS 132 (51.95% from 255) = 35.77%

 BLUE value IS 100 (39.45% from 255) = 27.1%

R = 37.13%
G = 35.77%
B = 27.1%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.27

 K value IS 0.46

RGB Variations

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

Color information

#898464 (or 0x898464) is known color: Bandicoot. HEX triplet: 89, 84 and 64. RGB value is (137,132,100). Sum of RGB (Red+Green+Blue) = 137+132+100=369 (48% of max value = 765). Red value is 137 (53.91% from 255 or 37.13% from 369); Green value is 132 (51.95% from 255 or 35.77% from 369); Blue value is 100 (39.45% from 255 or 27.10% from 369); Max value from RGB is 137 - color contains mainly: red. Hex color #898464 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #898464 is #767B9B. Grayscale: #818181. Windows color (decimal): -7764892 or 6587529. OLE color: 6587529.

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

Color convert

RGB 137 132 100 -
CMYK 0 0.04 0.27 0.46
HSL 51.89º 0.16% 0.46% -
HSV(B) 51.89º 0.27% 0.54% -
XYZ 20.87 22.74 15.35 -
YUV 129.85 111.16 133.1 -
System Red Green Blue C M Y K H S L
Decimal 137 132 100 0 0.04 0.27 0.46 51.89 0.16 0.46
Hex 89 84 64 0 4 1B 2E 34 10 2E
Octal 211 204 144 0 4 33 56 64 20 56
Binary 10001001 10000100 1100100 0 100 11011 101110 110100 10000 101110

Color Harmonies of #898464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #898464

Black with #898464

Text Example


Text Example

White with #898464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #898464; }

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

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

background-color css

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

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

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

border-color css

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

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

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