Html Css Color HEX #898955 Bandicoot

📋 copy color: '#898955'

red 137 ◦ green 137 ◦ blue 85

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

Shades of Bandicoot #898955

Tints of Bandicoot #898955

RGB

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

 GREEN value IS 137 (53.91% from 255) = 38.16%

 BLUE value IS 85 (33.59% from 255) = 23.68%

R = 38.16%
G = 38.16%
B = 23.68%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.38

 K value IS 0.46

RGB Variations

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

Color information

#898955 (or 0x898955) is known color: Bandicoot. HEX triplet: 89, 89 and 55. RGB value is (137,137,85). Sum of RGB (Red+Green+Blue) = 137+137+85=359 (47% of max value = 765). Red value is 137 (53.91% from 255 or 38.16% from 359); Green value is 137 (53.91% from 255 or 38.16% from 359); Blue value is 85 (33.59% from 255 or 23.68% from 359); Max value from RGB is 137 - color contains mainly: red, green. Hex color #898955 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #898955 is #7676AA. Grayscale: #838383. Windows color (decimal): -7763627 or 5605769. OLE color: 5605769.

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

Color convert

RGB 137 137 85 -
CMYK 0 0 0.38 0.46
HSL 60º 0.23% 0.44% -
HSV(B) 60º 0.38% 0.54% -
XYZ 20.9 23.87 12.1 -
YUV 131.07 102 132.23 -
System Red Green Blue C M Y K H S L
Decimal 137 137 85 0 0 0.38 0.46 60 0.23 0.44
Hex 89 89 55 0 0 26 2E 3C 17 2C
Octal 211 211 125 0 0 46 56 74 27 54
Binary 10001001 10001001 1010101 0 0 100110 101110 111100 10111 101100

Color Harmonies of #898955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #898955

Black with #898955

Text Example


Text Example

White with #898955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #898955; }

 p { color: rgb(137,137,85); }

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

background-color css

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

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

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

border-color css

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

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

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