Html Css Color HEX #898864 Bandicoot

📋 copy color: '#898864'

red 137 ◦ green 136 ◦ blue 100

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

Shades of Bandicoot #898864

Tints of Bandicoot #898864

RGB

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

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

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

R = 36.73%
G = 36.46%
B = 26.81%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.27

 K value IS 0.46

RGB Variations

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

Color information

#898864 (or 0x898864) is known color: Bandicoot. HEX triplet: 89, 88 and 64. RGB value is (137,136,100). Sum of RGB (Red+Green+Blue) = 137+136+100=373 (49% of max value = 765). Red value is 137 (53.91% from 255 or 36.73% from 373); Green value is 136 (53.52% from 255 or 36.46% from 373); Blue value is 100 (39.45% from 255 or 26.81% from 373); Max value from RGB is 137 - color contains mainly: red. Hex color #898864 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #898864 is #76779B. Grayscale: #848484. Windows color (decimal): -7763868 or 6588553. OLE color: 6588553.

HSL color Cylindrical-coordinate representation of color #898864: hue angle of 58.38º 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 #898864 is Cyan = 0, Magento = 0.01, Yellow = 0.27 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 136 100 -
CMYK 0 0.01 0.27 0.46
HSL 58.38º 0.16% 0.46% -
HSV(B) 58.38º 0.27% 0.54% -
XYZ 21.42 23.85 15.53 -
YUV 132.2 109.83 131.43 -
System Red Green Blue C M Y K H S L
Decimal 137 136 100 0 0.01 0.27 0.46 58.38 0.16 0.46
Hex 89 88 64 0 1 1B 2E 3A 10 2E
Octal 211 210 144 0 1 33 56 72 20 56
Binary 10001001 10001000 1100100 0 1 11011 101110 111010 10000 101110

Color Harmonies of #898864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #898864

Black with #898864

Text Example


Text Example

White with #898864

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #898864; }

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

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

background-color css

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

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

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

border-color css

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

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

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