Html Css Color HEX #898D52 Bandicoot

📋 copy color: '#898D52'

red 137 ◦ green 141 ◦ blue 82

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

Shades of Bandicoot #898D52

Tints of Bandicoot #898D52

RGB

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

 GREEN value IS 141 (55.47% from 255) = 39.17%

 BLUE value IS 82 (32.42% from 255) = 22.78%

R = 38.06%
G = 39.17%
B = 22.78%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.42

 K value IS 0.45

RGB Variations

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

Color information

#898D52 (or 0x898D52) is known color: Bandicoot. HEX triplet: 89, 8D and 52. RGB value is (137,141,82). Sum of RGB (Red+Green+Blue) = 137+141+82=360 (47% of max value = 765). Red value is 137 (53.91% from 255 or 38.06% from 360); Green value is 141 (55.47% from 255 or 39.17% from 360); Blue value is 82 (32.42% from 255 or 22.78% from 360); Max value from RGB is 141 - color contains mainly: green. Hex color #898D52 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #898D52 is #7672AD. Grayscale: #858585. Windows color (decimal): -7762606 or 5410185. OLE color: 5410185.

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

Color convert

RGB 137 141 82 -
CMYK 0.03 0 0.42 0.45
HSL 64.07º 0.26% 0.44% -
HSV(B) 64.07º 0.42% 0.55% -
XYZ 21.36 24.98 11.68 -
YUV 133.08 99.17 130.8 -
System Red Green Blue C M Y K H S L
Decimal 137 141 82 0.03 0 0.42 0.45 64.07 0.26 0.44
Hex 89 8D 52 3 0 2A 2D 40 1A 2C
Octal 211 215 122 3 0 52 55 100 32 54
Binary 10001001 10001101 1010010 11 0 101010 101101 1000000 11010 101100

Color Harmonies of #898D52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #898D52

Black with #898D52

Text Example


Text Example

White with #898D52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,141,82); }

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

background-color css

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

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

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

border-color css

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

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

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