Html Css Color HEX #898B55 Bandicoot

📋 copy color: '#898B55'

red 137 ◦ green 139 ◦ blue 85

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

Shades of Bandicoot #898B55

Tints of Bandicoot #898B55

RGB

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

 GREEN value IS 139 (54.69% from 255) = 38.5%

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

R = 37.95%
G = 38.5%
B = 23.55%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.39

 K value IS 0.45

RGB Variations

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

Color information

#898B55 (or 0x898B55) is known color: Bandicoot. HEX triplet: 89, 8B and 55. RGB value is (137,139,85). Sum of RGB (Red+Green+Blue) = 137+139+85=361 (47% of max value = 765). Red value is 137 (53.91% from 255 or 37.95% from 361); Green value is 139 (54.69% from 255 or 38.50% from 361); Blue value is 85 (33.59% from 255 or 23.55% from 361); Max value from RGB is 139 - color contains mainly: green. Hex color #898B55 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #898B55 is #7674AA. Grayscale: #848484. Windows color (decimal): -7763115 or 5606281. OLE color: 5606281.

HSL color Cylindrical-coordinate representation of color #898B55: hue angle of 62.22º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #898B55 is Cyan = 0.01, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.45.

Color convert

RGB 137 139 85 -
CMYK 0.01 0 0.39 0.45
HSL 62.22º 0.24% 0.44% -
HSV(B) 62.22º 0.39% 0.55% -
XYZ 21.19 24.44 12.19 -
YUV 132.25 101.34 131.39 -
System Red Green Blue C M Y K H S L
Decimal 137 139 85 0.01 0 0.39 0.45 62.22 0.24 0.44
Hex 89 8B 55 1 0 27 2D 3E 18 2C
Octal 211 213 125 1 0 47 55 76 30 54
Binary 10001001 10001011 1010101 1 0 100111 101101 111110 11000 101100

Color Harmonies of #898B55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #898B55

Black with #898B55

Text Example


Text Example

White with #898B55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #898B55; }

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

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

background-color css

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

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

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

border-color css

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

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

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