Html Css Color HEX #898866 Bandicoot

📋 copy color: '#898866'

red 137 ◦ green 136 ◦ blue 102

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

Shades of Bandicoot #898866

Tints of Bandicoot #898866

RGB

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

 GREEN value IS 136 (53.52% from 255) = 36.27%

 BLUE value IS 102 (40.23% from 255) = 27.2%

R = 36.53%
G = 36.27%
B = 27.2%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.26

 K value IS 0.46

RGB Variations

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

Color information

#898866 (or 0x898866) is known color: Bandicoot. HEX triplet: 89, 88 and 66. RGB value is (137,136,102). Sum of RGB (Red+Green+Blue) = 137+136+102=375 (49% of max value = 765). Red value is 137 (53.91% from 255 or 36.53% from 375); Green value is 136 (53.52% from 255 or 36.27% from 375); Blue value is 102 (40.23% from 255 or 27.2% from 375); Max value from RGB is 137 - color contains mainly: red. Hex color #898866 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #898866 is #767799. Grayscale: #848484. Windows color (decimal): -7763866 or 6719625. OLE color: 6719625.

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

Color convert

RGB 137 136 102 -
CMYK 0 0.01 0.26 0.46
HSL 58.29º 0.15% 0.47% -
HSV(B) 58.29º 0.26% 0.54% -
XYZ 21.52 23.89 16.05 -
YUV 132.42 110.83 131.26 -
System Red Green Blue C M Y K H S L
Decimal 137 136 102 0 0.01 0.26 0.46 58.29 0.15 0.47
Hex 89 88 66 0 1 1A 2E 3A F 2F
Octal 211 210 146 0 1 32 56 72 17 57
Binary 10001001 10001000 1100110 0 1 11010 101110 111010 1111 101111

Color Harmonies of #898866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #898866

Black with #898866

Text Example


Text Example

White with #898866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #898866; }

 p { color: rgb(137,136,102); }

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

background-color css

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

 a { background-color: rgb(137,136,102); }

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

border-color css

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

 span { border-color: rgb(137,136,102); }

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