Html Css Color HEX #898461 Bandicoot

📋 copy color: '#898461'

red 137 ◦ green 132 ◦ blue 97

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

Shades of Bandicoot #898461

Tints of Bandicoot #898461

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 26.5%

R = 37.43%
G = 36.07%
B = 26.5%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.29

 K value IS 0.46

RGB Variations

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

Color information

#898461 (or 0x898461) is known color: Bandicoot. HEX triplet: 89, 84 and 61. RGB value is (137,132,97). Sum of RGB (Red+Green+Blue) = 137+132+97=366 (48% of max value = 765). Red value is 137 (53.91% from 255 or 37.43% from 366); Green value is 132 (51.95% from 255 or 36.07% from 366); Blue value is 97 (38.28% from 255 or 26.50% from 366); Max value from RGB is 137 - color contains mainly: red. Hex color #898461 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #898461 is #767B9E. Grayscale: #818181. Windows color (decimal): -7764895 or 6390921. OLE color: 6390921.

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

Color convert

RGB 137 132 97 -
CMYK 0 0.04 0.29 0.46
HSL 52.5º 0.17% 0.46% -
HSV(B) 52.5º 0.29% 0.54% -
XYZ 20.73 22.68 14.6 -
YUV 129.51 109.66 133.35 -
System Red Green Blue C M Y K H S L
Decimal 137 132 97 0 0.04 0.29 0.46 52.5 0.17 0.46
Hex 89 84 61 0 4 1D 2E 34 11 2E
Octal 211 204 141 0 4 35 56 64 21 56
Binary 10001001 10000100 1100001 0 100 11101 101110 110100 10001 101110

Color Harmonies of #898461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #898461

Black with #898461

Text Example


Text Example

White with #898461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #898461; }

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

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

background-color css

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

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

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

border-color css

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

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

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