Html Css Color HEX #898469 Bandicoot

📋 copy color: '#898469'

red 137 ◦ green 132 ◦ blue 105

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

Shades of Bandicoot #898469

Tints of Bandicoot #898469

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 28.07%

R = 36.63%
G = 35.29%
B = 28.07%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.23

 K value IS 0.46

RGB Variations

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

Color information

#898469 (or 0x898469) is known color: Bandicoot. HEX triplet: 89, 84 and 69. RGB value is (137,132,105). Sum of RGB (Red+Green+Blue) = 137+132+105=374 (49% of max value = 765). Red value is 137 (53.91% from 255 or 36.63% from 374); Green value is 132 (51.95% from 255 or 35.29% from 374); Blue value is 105 (41.41% from 255 or 28.07% from 374); Max value from RGB is 137 - color contains mainly: red. Hex color #898469 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #898469 is #767B96. Grayscale: #828282. Windows color (decimal): -7764887 or 6915209. OLE color: 6915209.

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

Color convert

RGB 137 132 105 -
CMYK 0 0.04 0.23 0.46
HSL 50.63º 0.13% 0.47% -
HSV(B) 50.63º 0.23% 0.54% -
XYZ 21.12 22.84 16.66 -
YUV 130.42 113.66 132.7 -
System Red Green Blue C M Y K H S L
Decimal 137 132 105 0 0.04 0.23 0.46 50.63 0.13 0.47
Hex 89 84 69 0 4 17 2E 33 D 2F
Octal 211 204 151 0 4 27 56 63 15 57
Binary 10001001 10000100 1101001 0 100 10111 101110 110011 1101 101111

Color Harmonies of #898469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #898469

Black with #898469

Text Example


Text Example

White with #898469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #898469; }

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

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

background-color css

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

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

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

border-color css

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

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

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