#8D8F54

Color #8D8F54 Bandicoot (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bandicoot #8D8F54

Tints of Bandicoot #8D8F54

Color information

#8D8F54 (or 0x8D8F54) is unknown color: approx Bandicoot. HEX triplet: 8D, 8F and 54. RGB value is (141,143,84). Sum of RGB (Red+Green+Blue) = 141+143+84=368 (48% of max value = 765). Red value is 141 (55.47% from 255 or 38.32% from 368); Green value is 143 (56.25% from 255 or 38.86% from 368); Blue value is 84 (33.20% from 255 or 22.83% from 368); Max value from RGB is 143 - color contains mainly: green. Hex color #8D8F54 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D8F54 is #7270AB. Grayscale: #878787. Windows color (decimal): -7499948 or 5541773. OLE color: 5541773.

HSL color Cylindrical-coordinate representation of color #8D8F54: hue angle of 62.03º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8D8F54 is Cyan = 0.01, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.44.

Color convert

RGB14114384-
CMYK0.0100.410.44
HSL62.03º25.99%44.51%-
HSV(B)62.03º41.26%56.08%-
XYZ22.4125.9512.21-
YUV135.6898.84131.8-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 38.32%
GREEN value IS 143 (56.25% from 255) = 38.86%
BLUE value IS 84 (33.20% from 255) = 22.83%
R=38.32%
G=38.86%
B=22.83%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal141143840.0100.410.4462.0325.9944.51
Hex8D8F5410292C3e1a2d
Octal215217124105154763255
Binary100011011000111110101001010100110110011111011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D8F54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,143,84); }

 H1.HeaderClassName
 {
   color: #8D8F54;
 }
 .AnyTagClassName
 {
   color: #8D8F54;
 }
</style>
background-color css

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

 a { background-color: rgb(141,143,84); }

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

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

 span { border-color: rgb(141,143,84); }

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