Html Css Color HEX #8A8964 Bandicoot

📋 copy color: '#8A8964'

red 138 ◦ green 137 ◦ blue 100

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

Shades of Bandicoot #8A8964

Tints of Bandicoot #8A8964

RGB

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

 GREEN value IS 137 (53.91% from 255) = 36.53%

 BLUE value IS 100 (39.45% from 255) = 26.67%

R = 36.8%
G = 36.53%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.28

 K value IS 0.46

RGB Variations

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

Color information

#8A8964 (or 0x8A8964) is known color: Bandicoot. HEX triplet: 8A, 89 and 64. RGB value is (138,137,100). Sum of RGB (Red+Green+Blue) = 138+137+100=375 (49% of max value = 765). Red value is 138 (54.30% from 255 or 36.8% from 375); Green value is 137 (53.91% from 255 or 36.53% from 375); Blue value is 100 (39.45% from 255 or 26.67% from 375); Max value from RGB is 138 - color contains mainly: red. Hex color #8A8964 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A8964 is #75769B. Grayscale: #858585. Windows color (decimal): -7698076 or 6588810. OLE color: 6588810.

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

Color convert

RGB 138 137 100 -
CMYK 0 0.01 0.28 0.46
HSL 58.42º 0.16% 0.47% -
HSV(B) 58.42º 0.28% 0.54% -
XYZ 21.73 24.21 15.59 -
YUV 133.08 109.33 131.51 -
System Red Green Blue C M Y K H S L
Decimal 138 137 100 0 0.01 0.28 0.46 58.42 0.16 0.47
Hex 8A 89 64 0 1 1C 2E 3A 10 2F
Octal 212 211 144 0 1 34 56 72 20 57
Binary 10001010 10001001 1100100 0 1 11100 101110 111010 10000 101111

Color Harmonies of #8A8964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A8964

Black with #8A8964

Text Example


Text Example

White with #8A8964

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,137,100); }

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

background-color css

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

 a { background-color: rgb(138,137,100); }

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

border-color css

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

 span { border-color: rgb(138,137,100); }

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