Html Css Color HEX #8A876A Bandicoot

📋 copy color: '#8A876A'

red 138 ◦ green 135 ◦ blue 106

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

Shades of Bandicoot #8A876A

Tints of Bandicoot #8A876A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 27.97%

R = 36.41%
G = 35.62%
B = 27.97%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.23

 K value IS 0.46

RGB Variations

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

Color information

#8A876A (or 0x8A876A) is known color: Bandicoot. HEX triplet: 8A, 87 and 6A. RGB value is (138,135,106). Sum of RGB (Red+Green+Blue) = 138+135+106=379 (50% of max value = 765). Red value is 138 (54.30% from 255 or 36.41% from 379); Green value is 135 (53.12% from 255 or 35.62% from 379); Blue value is 106 (41.80% from 255 or 27.97% from 379); Max value from RGB is 138 - color contains mainly: red. Hex color #8A876A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A876A is #757895. Grayscale: #848484. Windows color (decimal): -7698582 or 6981514. OLE color: 6981514.

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

Color convert

RGB 138 135 106 -
CMYK 0 0.02 0.23 0.46
HSL 54.38º 0.13% 0.48% -
HSV(B) 54.38º 0.23% 0.54% -
XYZ 21.75 23.77 17.08 -
YUV 132.59 112.99 131.86 -
System Red Green Blue C M Y K H S L
Decimal 138 135 106 0 0.02 0.23 0.46 54.38 0.13 0.48
Hex 8A 87 6A 0 2 17 2E 36 D 30
Octal 212 207 152 0 2 27 56 66 15 60
Binary 10001010 10000111 1101010 0 10 10111 101110 110110 1101 110000

Color Harmonies of #8A876A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A876A

Black with #8A876A

Text Example


Text Example

White with #8A876A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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