Html Css Color HEX #8A8859 Bandicoot

📋 copy color: '#8A8859'

red 138 ◦ green 136 ◦ blue 89

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

Shades of Bandicoot #8A8859

Tints of Bandicoot #8A8859

RGB

 RED value IS 138 (54.3% from 255) = 38.02%

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

 BLUE value IS 89 (35.16% from 255) = 24.52%

R = 38.02%
G = 37.47%
B = 24.52%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.36

 K value IS 0.46

RGB Variations

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

Color information

#8A8859 (or 0x8A8859) is known color: Bandicoot. HEX triplet: 8A, 88 and 59. RGB value is (138,136,89). Sum of RGB (Red+Green+Blue) = 138+136+89=363 (48% of max value = 765). Red value is 138 (54.30% from 255 or 38.02% from 363); Green value is 136 (53.52% from 255 or 37.47% from 363); Blue value is 89 (35.16% from 255 or 24.52% from 363); Max value from RGB is 138 - color contains mainly: red. Hex color #8A8859 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A8859 is #7577A6. Grayscale: #838383. Windows color (decimal): -7698343 or 5867658. OLE color: 5867658.

HSL color Cylindrical-coordinate representation of color #8A8859: hue angle of 57.55º degrees, saturation: 0.22, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8A8859 is Cyan = 0, Magento = 0.01, Yellow = 0.36 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 136 89 -
CMYK 0 0.01 0.36 0.46
HSL 57.55º 0.22% 0.45% -
HSV(B) 57.55º 0.36% 0.54% -
XYZ 21.09 23.73 12.92 -
YUV 131.24 104.16 132.82 -
System Red Green Blue C M Y K H S L
Decimal 138 136 89 0 0.01 0.36 0.46 57.55 0.22 0.45
Hex 8A 88 59 0 1 24 2E 3A 16 2D
Octal 212 210 131 0 1 44 56 72 26 55
Binary 10001010 10001000 1011001 0 1 100100 101110 111010 10110 101101

Color Harmonies of #8A8859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A8859

Black with #8A8859

Text Example


Text Example

White with #8A8859

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8A8859; }

 p { color: rgb(138,136,89); }

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

background-color css

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

 a { background-color: rgb(138,136,89); }

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

border-color css

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

 span { border-color: rgb(138,136,89); }

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