Html Css Color HEX #8A8B5C Bandicoot

📋 copy color: '#8A8B5C'

red 138 ◦ green 139 ◦ blue 92

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

Shades of Bandicoot #8A8B5C

Tints of Bandicoot #8A8B5C

RGB

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

 GREEN value IS 139 (54.69% from 255) = 37.67%

 BLUE value IS 92 (36.33% from 255) = 24.93%

R = 37.4%
G = 37.67%
B = 24.93%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.34

 K value IS 0.45

RGB Variations

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

Color information

#8A8B5C (or 0x8A8B5C) is known color: Bandicoot. HEX triplet: 8A, 8B and 5C. RGB value is (138,139,92). Sum of RGB (Red+Green+Blue) = 138+139+92=369 (48% of max value = 765). Red value is 138 (54.30% from 255 or 37.40% from 369); Green value is 139 (54.69% from 255 or 37.67% from 369); Blue value is 92 (36.33% from 255 or 24.93% from 369); Max value from RGB is 139 - color contains mainly: green. Hex color #8A8B5C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A8B5C is #7574A3. Grayscale: #858585. Windows color (decimal): -7697572 or 6065034. OLE color: 6065034.

HSL color Cylindrical-coordinate representation of color #8A8B5C: hue angle of 61.28º degrees, saturation: 0.2, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8A8B5C is Cyan = 0.01, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.45.

Color convert

RGB 138 139 92 -
CMYK 0.01 0 0.34 0.45
HSL 61.28º 0.2% 0.45% -
HSV(B) 61.28º 0.34% 0.55% -
XYZ 21.65 24.64 13.74 -
YUV 133.34 104.67 131.32 -
System Red Green Blue C M Y K H S L
Decimal 138 139 92 0.01 0 0.34 0.45 61.28 0.2 0.45
Hex 8A 8B 5C 1 0 22 2D 3D 14 2D
Octal 212 213 134 1 0 42 55 75 24 55
Binary 10001010 10001011 1011100 1 0 100010 101101 111101 10100 101101

Color Harmonies of #8A8B5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A8B5C

Black with #8A8B5C

Text Example


Text Example

White with #8A8B5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,139,92); }

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

background-color css

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

 a { background-color: rgb(138,139,92); }

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

border-color css

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

 span { border-color: rgb(138,139,92); }

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