Html Css Color HEX #898465 Bandicoot

📋 copy color: '#898465'

red 137 ◦ green 132 ◦ blue 101

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

Shades of Bandicoot #898465

Tints of Bandicoot #898465

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 27.3%

R = 37.03%
G = 35.68%
B = 27.3%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.26

 K value IS 0.46

RGB Variations

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

Color information

#898465 (or 0x898465) is known color: Bandicoot. HEX triplet: 89, 84 and 65. RGB value is (137,132,101). Sum of RGB (Red+Green+Blue) = 137+132+101=370 (49% of max value = 765). Red value is 137 (53.91% from 255 or 37.03% from 370); Green value is 132 (51.95% from 255 or 35.68% from 370); Blue value is 101 (39.84% from 255 or 27.30% from 370); Max value from RGB is 137 - color contains mainly: red. Hex color #898465 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #898465 is #767B9A. Grayscale: #828282. Windows color (decimal): -7764891 or 6653065. OLE color: 6653065.

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

Color convert

RGB 137 132 101 -
CMYK 0 0.04 0.26 0.46
HSL 51.67º 0.15% 0.47% -
HSV(B) 51.67º 0.26% 0.54% -
XYZ 20.92 22.76 15.6 -
YUV 129.96 111.66 133.02 -
System Red Green Blue C M Y K H S L
Decimal 137 132 101 0 0.04 0.26 0.46 51.67 0.15 0.47
Hex 89 84 65 0 4 1A 2E 34 F 2F
Octal 211 204 145 0 4 32 56 64 17 57
Binary 10001001 10000100 1100101 0 100 11010 101110 110100 1111 101111

Color Harmonies of #898465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #898465

Black with #898465

Text Example


Text Example

White with #898465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #898465; }

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

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

background-color css

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

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

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

border-color css

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

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

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