Html Css Color HEX #918D59 Bandicoot

📋 copy color: '#918D59'

red 145 ◦ green 141 ◦ blue 89

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

Shades of Bandicoot #918D59

Tints of Bandicoot #918D59

RGB

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

 GREEN value IS 141 (55.47% from 255) = 37.6%

 BLUE value IS 89 (35.16% from 255) = 23.73%

R = 38.67%
G = 37.6%
B = 23.73%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.39

 K value IS 0.43

RGB Variations

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

Color information

#918D59 (or 0x918D59) is known color: Bandicoot. HEX triplet: 91, 8D and 59. RGB value is (145,141,89). Sum of RGB (Red+Green+Blue) = 145+141+89=375 (49% of max value = 765). Red value is 145 (57.03% from 255 or 38.67% from 375); Green value is 141 (55.47% from 255 or 37.6% from 375); Blue value is 89 (35.16% from 255 or 23.73% from 375); Max value from RGB is 145 - color contains mainly: red. Hex color #918D59 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918D59 is #6E72A6. Grayscale: #888888. Windows color (decimal): -7238311 or 5868945. OLE color: 5868945.

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

Color convert

RGB 145 141 89 -
CMYK 0 0.03 0.39 0.43
HSL 55.71º 0.24% 0.46% -
HSV(B) 55.71º 0.39% 0.57% -
XYZ 23.01 25.79 13.22 -
YUV 136.27 101.33 134.23 -
System Red Green Blue C M Y K H S L
Decimal 145 141 89 0 0.03 0.39 0.43 55.71 0.24 0.46
Hex 91 8D 59 0 3 27 2B 38 18 2E
Octal 221 215 131 0 3 47 53 70 30 56
Binary 10010001 10001101 1011001 0 11 100111 101011 111000 11000 101110

Color Harmonies of #918D59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #918D59

Black with #918D59

Text Example


Text Example

White with #918D59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(145,141,89); }

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

background-color css

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

 a { background-color: rgb(145,141,89); }

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

border-color css

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

 span { border-color: rgb(145,141,89); }

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