Html Css Color HEX #918B5B Bandicoot

📋 copy color: '#918B5B'

red 145 ◦ green 139 ◦ blue 91

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

Shades of Bandicoot #918B5B

Tints of Bandicoot #918B5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 24.27%

R = 38.67%
G = 37.07%
B = 24.27%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.37

 K value IS 0.43

RGB Variations

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

Color information

#918B5B (or 0x918B5B) is known color: Bandicoot. HEX triplet: 91, 8B and 5B. RGB value is (145,139,91). Sum of RGB (Red+Green+Blue) = 145+139+91=375 (49% of max value = 765). Red value is 145 (57.03% from 255 or 38.67% from 375); Green value is 139 (54.69% from 255 or 37.07% from 375); Blue value is 91 (35.94% from 255 or 24.27% from 375); Max value from RGB is 145 - color contains mainly: red. Hex color #918B5B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918B5B is #6E74A4. Grayscale: #878787. Windows color (decimal): -7238821 or 5999505. OLE color: 5999505.

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

Color convert

RGB 145 139 91 -
CMYK 0 0.04 0.37 0.43
HSL 53.33º 0.23% 0.46% -
HSV(B) 53.33º 0.37% 0.57% -
XYZ 22.8 25.24 13.57 -
YUV 135.32 102.99 134.9 -
System Red Green Blue C M Y K H S L
Decimal 145 139 91 0 0.04 0.37 0.43 53.33 0.23 0.46
Hex 91 8B 5B 0 4 25 2B 35 17 2E
Octal 221 213 133 0 4 45 53 65 27 56
Binary 10010001 10001011 1011011 0 100 100101 101011 110101 10111 101110

Color Harmonies of #918B5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #918B5B

Black with #918B5B

Text Example


Text Example

White with #918B5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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