Html Css Color HEX #8A8759 Bandicoot

📋 copy color: '#8A8759'

red 138 ◦ green 135 ◦ blue 89

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

Shades of Bandicoot #8A8759

Tints of Bandicoot #8A8759

RGB

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

 GREEN value IS 135 (53.13% from 255) = 37.29%

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

R = 38.12%
G = 37.29%
B = 24.59%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.36

 K value IS 0.46

RGB Variations

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

Color information

#8A8759 (or 0x8A8759) is known color: Bandicoot. HEX triplet: 8A, 87 and 59. RGB value is (138,135,89). Sum of RGB (Red+Green+Blue) = 138+135+89=362 (47% of max value = 765). Red value is 138 (54.30% from 255 or 38.12% from 362); Green value is 135 (53.12% from 255 or 37.29% from 362); Blue value is 89 (35.16% from 255 or 24.59% from 362); Max value from RGB is 138 - color contains mainly: red. Hex color #8A8759 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A8759 is #7578A6. Grayscale: #828282. Windows color (decimal): -7698599 or 5867402. OLE color: 5867402.

HSL color Cylindrical-coordinate representation of color #8A8759: hue angle of 56.33º 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 #8A8759 is Cyan = 0, Magento = 0.02, Yellow = 0.36 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 135 89 -
CMYK 0 0.02 0.36 0.46
HSL 56.33º 0.22% 0.45% -
HSV(B) 56.33º 0.36% 0.54% -
XYZ 20.95 23.45 12.87 -
YUV 130.65 104.49 133.24 -
System Red Green Blue C M Y K H S L
Decimal 138 135 89 0 0.02 0.36 0.46 56.33 0.22 0.45
Hex 8A 87 59 0 2 24 2E 38 16 2D
Octal 212 207 131 0 2 44 56 70 26 55
Binary 10001010 10000111 1011001 0 10 100100 101110 111000 10110 101101

Color Harmonies of #8A8759

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A8759

Black with #8A8759

Text Example


Text Example

White with #8A8759

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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