Html Css Color HEX #8A8761 Bandicoot

📋 copy color: '#8A8761'

red 138 ◦ green 135 ◦ blue 97

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

Shades of Bandicoot #8A8761

Tints of Bandicoot #8A8761

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 26.22%

R = 37.3%
G = 36.49%
B = 26.22%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.30

 K value IS 0.46

RGB Variations

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

Color information

#8A8761 (or 0x8A8761) is known color: Bandicoot. HEX triplet: 8A, 87 and 61. RGB value is (138,135,97). Sum of RGB (Red+Green+Blue) = 138+135+97=370 (49% of max value = 765). Red value is 138 (54.30% from 255 or 37.30% from 370); Green value is 135 (53.12% from 255 or 36.49% from 370); Blue value is 97 (38.28% from 255 or 26.22% from 370); Max value from RGB is 138 - color contains mainly: red. Hex color #8A8761 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A8761 is #75789E. Grayscale: #838383. Windows color (decimal): -7698591 or 6391690. OLE color: 6391690.

HSL color Cylindrical-coordinate representation of color #8A8761: hue angle of 55.61º degrees, saturation: 0.17, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8A8761 is Cyan = 0, Magento = 0.02, Yellow = 0.30 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 135 97 -
CMYK 0 0.02 0.30 0.46
HSL 55.61º 0.17% 0.46% -
HSV(B) 55.61º 0.3% 0.54% -
XYZ 21.3 23.59 14.74 -
YUV 131.57 108.49 132.59 -
System Red Green Blue C M Y K H S L
Decimal 138 135 97 0 0.02 0.30 0.46 55.61 0.17 0.46
Hex 8A 87 61 0 2 1E 2E 38 11 2E
Octal 212 207 141 0 2 36 56 70 21 56
Binary 10001010 10000111 1100001 0 10 11110 101110 111000 10001 101110

Color Harmonies of #8A8761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A8761

Black with #8A8761

Text Example


Text Example

White with #8A8761

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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