Html Css Color HEX #918B5D Bandicoot

📋 copy color: '#918B5D'

red 145 ◦ green 139 ◦ blue 93

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

Shades of Bandicoot #918B5D

Tints of Bandicoot #918B5D

RGB

 RED value IS 145 (57.03% from 255) = 38.46%

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

 BLUE value IS 93 (36.72% from 255) = 24.67%

R = 38.46%
G = 36.87%
B = 24.67%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.36

 K value IS 0.43

RGB Variations

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

Color information

#918B5D (or 0x918B5D) is known color: Bandicoot. HEX triplet: 91, 8B and 5D. RGB value is (145,139,93). Sum of RGB (Red+Green+Blue) = 145+139+93=377 (49% of max value = 765). Red value is 145 (57.03% from 255 or 38.46% from 377); Green value is 139 (54.69% from 255 or 36.87% from 377); Blue value is 93 (36.72% from 255 or 24.67% from 377); Max value from RGB is 145 - color contains mainly: red. Hex color #918B5D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918B5D is #6E74A2. Grayscale: #878787. Windows color (decimal): -7238819 or 6130577. OLE color: 6130577.

HSL color Cylindrical-coordinate representation of color #918B5D: hue angle of 53.08º degrees, saturation: 0.22, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #918B5D is Cyan = 0, Magento = 0.04, Yellow = 0.36 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 139 93 -
CMYK 0 0.04 0.36 0.43
HSL 53.08º 0.22% 0.47% -
HSV(B) 53.08º 0.36% 0.57% -
XYZ 22.89 25.28 14.03 -
YUV 135.55 103.99 134.74 -
System Red Green Blue C M Y K H S L
Decimal 145 139 93 0 0.04 0.36 0.43 53.08 0.22 0.47
Hex 91 8B 5D 0 4 24 2B 35 16 2F
Octal 221 213 135 0 4 44 53 65 26 57
Binary 10010001 10001011 1011101 0 100 100100 101011 110101 10110 101111

Color Harmonies of #918B5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #918B5D

Black with #918B5D

Text Example


Text Example

White with #918B5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(145,139,93); }

 H1.HeaderClassName
 {
   color: #918B5D;
 }
 .AnyTagClassName
 {
   color: #918B5D;
 }
</style>

background-color css

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

 a { background-color: rgb(145,139,93); }

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

border-color css

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

 span { border-color: rgb(145,139,93); }

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