Html Css Color HEX #898360 Bandicoot

📋 copy color: '#898360'

red 137 ◦ green 131 ◦ blue 96

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

Shades of Bandicoot #898360

Tints of Bandicoot #898360

RGB

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

 GREEN value IS 131 (51.56% from 255) = 35.99%

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

R = 37.64%
G = 35.99%
B = 26.37%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.30

 K value IS 0.46

RGB Variations

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

Color information

#898360 (or 0x898360) is known color: Bandicoot. HEX triplet: 89, 83 and 60. RGB value is (137,131,96). Sum of RGB (Red+Green+Blue) = 137+131+96=364 (48% of max value = 765). Red value is 137 (53.91% from 255 or 37.64% from 364); Green value is 131 (51.56% from 255 or 35.99% from 364); Blue value is 96 (37.89% from 255 or 26.37% from 364); Max value from RGB is 137 - color contains mainly: red. Hex color #898360 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #898360 is #767C9F. Grayscale: #808080. Windows color (decimal): -7765152 or 6325129. OLE color: 6325129.

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

Color convert

RGB 137 131 96 -
CMYK 0 0.04 0.30 0.46
HSL 51.22º 0.18% 0.46% -
HSV(B) 51.22º 0.3% 0.54% -
XYZ 20.54 22.4 14.31 -
YUV 128.8 109.49 133.85 -
System Red Green Blue C M Y K H S L
Decimal 137 131 96 0 0.04 0.30 0.46 51.22 0.18 0.46
Hex 89 83 60 0 4 1E 2E 33 12 2E
Octal 211 203 140 0 4 36 56 63 22 56
Binary 10001001 10000011 1100000 0 100 11110 101110 110011 10010 101110

Color Harmonies of #898360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #898360

Black with #898360

Text Example


Text Example

White with #898360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #898360; }

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

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

background-color css

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

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

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

border-color css

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

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

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