Html Css Color HEX #948E61 Bandicoot

📋 copy color: '#948E61'

red 148 ◦ green 142 ◦ blue 97

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

Shades of Bandicoot #948E61

Tints of Bandicoot #948E61

RGB

 RED value IS 148 (58.2% from 255) = 38.24%

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

 BLUE value IS 97 (38.28% from 255) = 25.06%

R = 38.24%
G = 36.69%
B = 25.06%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.34

 K value IS 0.42

RGB Variations

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

Color information

#948E61 (or 0x948E61) is known color: Bandicoot. HEX triplet: 94, 8E and 61. RGB value is (148,142,97). Sum of RGB (Red+Green+Blue) = 148+142+97=387 (51% of max value = 765). Red value is 148 (58.20% from 255 or 38.24% from 387); Green value is 142 (55.86% from 255 or 36.69% from 387); Blue value is 97 (38.28% from 255 or 25.06% from 387); Max value from RGB is 148 - color contains mainly: red. Hex color #948E61 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948E61 is #6B719E. Grayscale: #8A8A8A. Windows color (decimal): -7041439 or 6393492. OLE color: 6393492.

HSL color Cylindrical-coordinate representation of color #948E61: hue angle of 52.94º degrees, saturation: 0.21, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #948E61 is Cyan = 0, Magento = 0.04, Yellow = 0.34 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 142 97 -
CMYK 0 0.04 0.34 0.42
HSL 52.94º 0.21% 0.48% -
HSV(B) 52.94º 0.34% 0.58% -
XYZ 24.04 26.5 15.16 -
YUV 138.66 104.49 134.66 -
System Red Green Blue C M Y K H S L
Decimal 148 142 97 0 0.04 0.34 0.42 52.94 0.21 0.48
Hex 94 8E 61 0 4 22 2A 35 15 30
Octal 224 216 141 0 4 42 52 65 25 60
Binary 10010100 10001110 1100001 0 100 100010 101010 110101 10101 110000

Color Harmonies of #948E61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948E61

Black with #948E61

Text Example


Text Example

White with #948E61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #948E61; }

 p { color: rgb(148,142,97); }

 H1.HeaderClassName
 {
   color: #948E61;
 }
 .AnyTagClassName
 {
   color: #948E61;
 }
</style>

background-color css

<style>
 a { background-color: #948E61; }

 a { background-color: rgb(148,142,97); }

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

border-color css

<style>
 span { border-color: #948E61; }

 span { border-color: rgb(148,142,97); }

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