Html Css Color HEX #898A53 Bandicoot

📋 copy color: '#898A53'

red 137 ◦ green 138 ◦ blue 83

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

Shades of Bandicoot #898A53

Tints of Bandicoot #898A53

RGB

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

 GREEN value IS 138 (54.3% from 255) = 38.55%

 BLUE value IS 83 (32.81% from 255) = 23.18%

R = 38.27%
G = 38.55%
B = 23.18%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.40

 K value IS 0.46

RGB Variations

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

Color information

#898A53 (or 0x898A53) is known color: Bandicoot. HEX triplet: 89, 8A and 53. RGB value is (137,138,83). Sum of RGB (Red+Green+Blue) = 137+138+83=358 (47% of max value = 765). Red value is 137 (53.91% from 255 or 38.27% from 358); Green value is 138 (54.30% from 255 or 38.55% from 358); Blue value is 83 (32.81% from 255 or 23.18% from 358); Max value from RGB is 138 - color contains mainly: green. Hex color #898A53 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #898A53 is #7675AC. Grayscale: #838383. Windows color (decimal): -7763373 or 5474953. OLE color: 5474953.

HSL color Cylindrical-coordinate representation of color #898A53: hue angle of 61.09º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #898A53 is Cyan = 0.01, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 138 83 -
CMYK 0.01 0 0.40 0.46
HSL 61.09º 0.25% 0.43% -
HSV(B) 61.09º 0.4% 0.54% -
XYZ 20.97 24.12 11.73 -
YUV 131.43 100.67 131.97 -
System Red Green Blue C M Y K H S L
Decimal 137 138 83 0.01 0 0.40 0.46 61.09 0.25 0.43
Hex 89 8A 53 1 0 28 2E 3D 19 2B
Octal 211 212 123 1 0 50 56 75 31 53
Binary 10001001 10001010 1010011 1 0 101000 101110 111101 11001 101011

Color Harmonies of #898A53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #898A53

Black with #898A53

Text Example


Text Example

White with #898A53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,138,83); }

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

background-color css

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

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

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

border-color css

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

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

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