#918E5A

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

Shades of Bandicoot #918E5A

Tints of Bandicoot #918E5A

Color information

#918E5A (or 0x918E5A) is unknown color: approx Bandicoot. HEX triplet: 91, 8E and 5A. RGB value is (145,142,90). Sum of RGB (Red+Green+Blue) = 145+142+90=377 (49% of max value = 765). Red value is 145 (57.03% from 255 or 38.46% from 377); Green value is 142 (55.86% from 255 or 37.67% from 377); Blue value is 90 (35.55% from 255 or 23.87% from 377); Max value from RGB is 145 - color contains mainly: red. Hex color #918E5A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918E5A is #6E71A5. Grayscale: #898989. Windows color (decimal): -7238054 or 5934737. OLE color: 5934737.

HSL color Cylindrical-coordinate representation of color #918E5A: hue angle of 56.73º degrees, saturation: 0.23, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #918E5A is Cyan = 0, Magento = 0.02, Yellow = 0.38 and Black (K on CMYK) = 0.43.

Color convert

RGB14514290-
CMYK00.020.380.43
HSL56.73º23.4%46.08%-
HSV(B)56.73º37.93%56.86%-
XYZ23.226.113.49-
YUV136.97101.49133.73-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 38.46%
GREEN value IS 142 (55.86% from 255) = 37.67%
BLUE value IS 90 (35.55% from 255) = 23.87%
R=38.46%
G=37.67%
B=23.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.38
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451429000.020.380.4356.7323.446.08
Hex918E5A02262B39172e
Octal221216132024653712756
Binary1001000110001110101101001010011010101111100110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918E5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #918E5A; }

 p { color: rgb(145,142,90); }

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

<style>
 a { background-color: #918E5A; }

 a { background-color: rgb(145,142,90); }

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

<style>
 span { border-color: #918E5A; }

 span { border-color: rgb(145,142,90); }

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