Html Css Color HEX #8A8461 Bandicoot

📋 copy color: '#8A8461'

red 138 ◦ green 132 ◦ blue 97

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

Shades of Bandicoot #8A8461

Tints of Bandicoot #8A8461

RGB

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

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

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

R = 37.6%
G = 35.97%
B = 26.43%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.30

 K value IS 0.46

RGB Variations

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

Color information

#8A8461 (or 0x8A8461) is known color: Bandicoot. HEX triplet: 8A, 84 and 61. RGB value is (138,132,97). Sum of RGB (Red+Green+Blue) = 138+132+97=367 (48% of max value = 765). Red value is 138 (54.30% from 255 or 37.60% from 367); Green value is 132 (51.95% from 255 or 35.97% from 367); Blue value is 97 (38.28% from 255 or 26.43% from 367); Max value from RGB is 138 - color contains mainly: red. Hex color #8A8461 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A8461 is #757B9E. Grayscale: #818181. Windows color (decimal): -7699359 or 6390922. OLE color: 6390922.

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

Color convert

RGB 138 132 97 -
CMYK 0 0.04 0.30 0.46
HSL 51.22º 0.17% 0.46% -
HSV(B) 51.22º 0.3% 0.54% -
XYZ 20.89 22.77 14.6 -
YUV 129.8 109.49 133.85 -
System Red Green Blue C M Y K H S L
Decimal 138 132 97 0 0.04 0.30 0.46 51.22 0.17 0.46
Hex 8A 84 61 0 4 1E 2E 33 11 2E
Octal 212 204 141 0 4 36 56 63 21 56
Binary 10001010 10000100 1100001 0 100 11110 101110 110011 10001 101110

Color Harmonies of #8A8461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A8461

Black with #8A8461

Text Example


Text Example

White with #8A8461

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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