#908D58

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

Shades of Bandicoot #908D58

Tints of Bandicoot #908D58

Color information

#908D58 (or 0x908D58) is unknown color: approx Bandicoot. HEX triplet: 90, 8D and 58. RGB value is (144,141,88). Sum of RGB (Red+Green+Blue) = 144+141+88=373 (49% of max value = 765). Red value is 144 (56.64% from 255 or 38.61% from 373); Green value is 141 (55.47% from 255 or 37.80% from 373); Blue value is 88 (34.77% from 255 or 23.59% from 373); Max value from RGB is 144 - color contains mainly: red. Hex color #908D58 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #908D58 is #6F72A7. Grayscale: #888888. Windows color (decimal): -7303848 or 5803408. OLE color: 5803408.

HSL color Cylindrical-coordinate representation of color #908D58: hue angle of 56.79º degrees, saturation: 0.24, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #908D58 is Cyan = 0, Magento = 0.02, Yellow = 0.39 and Black (K on CMYK) = 0.44.

Color convert

RGB14414188-
CMYK00.020.390.44
HSL56.79º24.14%45.49%-
HSV(B)56.79º38.89%56.47%-
XYZ22.7925.6812.99-
YUV135.85100.99133.81-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 38.61%
GREEN value IS 141 (55.47% from 255) = 37.80%
BLUE value IS 88 (34.77% from 255) = 23.59%
R=38.61%
G=37.80%
B=23.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.39
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1441418800.020.390.4456.7924.1445.49
Hex908D5802272C39182d
Octal220215130024754713055
Binary1001000010001101101100001010011110110011100111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #908D58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #908D58; }

 p { color: rgb(144,141,88); }

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

<style>
 a { background-color: #908D58; }

 a { background-color: rgb(144,141,88); }

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

<style>
 span { border-color: #908D58; }

 span { border-color: rgb(144,141,88); }

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