Html Css Color HEX #8A8D55 Bandicoot

📋 copy color: '#8A8D55'

red 138 ◦ green 141 ◦ blue 85

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

Shades of Bandicoot #8A8D55

Tints of Bandicoot #8A8D55

RGB

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

 GREEN value IS 141 (55.47% from 255) = 38.74%

 BLUE value IS 85 (33.59% from 255) = 23.35%

R = 37.91%
G = 38.74%
B = 23.35%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.40

 K value IS 0.45

RGB Variations

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

Color information

#8A8D55 (or 0x8A8D55) is known color: Bandicoot. HEX triplet: 8A, 8D and 55. RGB value is (138,141,85). Sum of RGB (Red+Green+Blue) = 138+141+85=364 (48% of max value = 765). Red value is 138 (54.30% from 255 or 37.91% from 364); Green value is 141 (55.47% from 255 or 38.74% from 364); Blue value is 85 (33.59% from 255 or 23.35% from 364); Max value from RGB is 141 - color contains mainly: green. Hex color #8A8D55 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A8D55 is #7572AA. Grayscale: #858585. Windows color (decimal): -7697067 or 5606794. OLE color: 5606794.

HSL color Cylindrical-coordinate representation of color #8A8D55: hue angle of 63.21º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8A8D55 is Cyan = 0.02, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.45.

Color convert

RGB 138 141 85 -
CMYK 0.02 0 0.40 0.45
HSL 63.21º 0.25% 0.44% -
HSV(B) 63.21º 0.4% 0.55% -
XYZ 21.65 25.11 12.3 -
YUV 133.72 100.51 131.05 -
System Red Green Blue C M Y K H S L
Decimal 138 141 85 0.02 0 0.40 0.45 63.21 0.25 0.44
Hex 8A 8D 55 2 0 28 2D 3F 19 2C
Octal 212 215 125 2 0 50 55 77 31 54
Binary 10001010 10001101 1010101 10 0 101000 101101 111111 11001 101100

Color Harmonies of #8A8D55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A8D55

Black with #8A8D55

Text Example


Text Example

White with #8A8D55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,141,85); }

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

background-color css

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

 a { background-color: rgb(138,141,85); }

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

border-color css

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

 span { border-color: rgb(138,141,85); }

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