Html Css Color HEX #938E59 Bandicoot

📋 copy color: '#938E59'

red 147 ◦ green 142 ◦ blue 89

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

Shades of Bandicoot #938E59

Tints of Bandicoot #938E59

RGB

 RED value IS 147 (57.81% from 255) = 38.89%

 GREEN value IS 142 (55.86% from 255) = 37.57%

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

R = 38.89%
G = 37.57%
B = 23.54%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.39

 K value IS 0.42

RGB Variations

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

Color information

#938E59 (or 0x938E59) is known color: Bandicoot. HEX triplet: 93, 8E and 59. RGB value is (147,142,89). Sum of RGB (Red+Green+Blue) = 147+142+89=378 (50% of max value = 765). Red value is 147 (57.81% from 255 or 38.89% from 378); Green value is 142 (55.86% from 255 or 37.57% from 378); Blue value is 89 (35.16% from 255 or 23.54% from 378); Max value from RGB is 147 - color contains mainly: red. Hex color #938E59 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #938E59 is #6C71A6. Grayscale: #898989. Windows color (decimal): -7106983 or 5869203. OLE color: 5869203.

HSL color Cylindrical-coordinate representation of color #938E59: hue angle of 54.83º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #938E59 is Cyan = 0, Magento = 0.03, Yellow = 0.39 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 142 89 -
CMYK 0 0.03 0.39 0.42
HSL 54.83º 0.25% 0.46% -
HSV(B) 54.83º 0.39% 0.58% -
XYZ 23.51 26.27 13.28 -
YUV 137.45 100.66 134.81 -
System Red Green Blue C M Y K H S L
Decimal 147 142 89 0 0.03 0.39 0.42 54.83 0.25 0.46
Hex 93 8E 59 0 3 27 2A 37 19 2E
Octal 223 216 131 0 3 47 52 67 31 56
Binary 10010011 10001110 1011001 0 11 100111 101010 110111 11001 101110

Color Harmonies of #938E59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #938E59

Black with #938E59

Text Example


Text Example

White with #938E59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #938E59; }

 p { color: rgb(147,142,89); }

 H1.HeaderClassName
 {
   color: #938E59;
 }
 .AnyTagClassName
 {
   color: #938E59;
 }
</style>

background-color css

<style>
 a { background-color: #938E59; }

 a { background-color: rgb(147,142,89); }

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

border-color css

<style>
 span { border-color: #938E59; }

 span { border-color: rgb(147,142,89); }

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