Html Css Color HEX #898468 Bandicoot

📋 copy color: '#898468'

red 137 ◦ green 132 ◦ blue 104

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

Shades of Bandicoot #898468

Tints of Bandicoot #898468

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 27.88%

R = 36.73%
G = 35.39%
B = 27.88%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.24

 K value IS 0.46

RGB Variations

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

Color information

#898468 (or 0x898468) is known color: Bandicoot. HEX triplet: 89, 84 and 68. RGB value is (137,132,104). Sum of RGB (Red+Green+Blue) = 137+132+104=373 (49% of max value = 765). Red value is 137 (53.91% from 255 or 36.73% from 373); Green value is 132 (51.95% from 255 or 35.39% from 373); Blue value is 104 (41.02% from 255 or 27.88% from 373); Max value from RGB is 137 - color contains mainly: red. Hex color #898468 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #898468 is #767B97. Grayscale: #828282. Windows color (decimal): -7764888 or 6849673. OLE color: 6849673.

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

Color convert

RGB 137 132 104 -
CMYK 0 0.04 0.24 0.46
HSL 50.91º 0.14% 0.47% -
HSV(B) 50.91º 0.24% 0.54% -
XYZ 21.07 22.82 16.39 -
YUV 130.3 113.16 132.78 -
System Red Green Blue C M Y K H S L
Decimal 137 132 104 0 0.04 0.24 0.46 50.91 0.14 0.47
Hex 89 84 68 0 4 18 2E 33 E 2F
Octal 211 204 150 0 4 30 56 63 16 57
Binary 10001001 10000100 1101000 0 100 11000 101110 110011 1110 101111

Color Harmonies of #898468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #898468

Black with #898468

Text Example


Text Example

White with #898468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #898468; }

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

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

background-color css

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

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

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

border-color css

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

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

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