Html Css Color HEX #948E60 Bandicoot

📋 copy color: '#948E60'

red 148 ◦ green 142 ◦ blue 96

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

Shades of Bandicoot #948E60

Tints of Bandicoot #948E60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 24.87%

R = 38.34%
G = 36.79%
B = 24.87%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.35

 K value IS 0.42

RGB Variations

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

Color information

#948E60 (or 0x948E60) is known color: Bandicoot. HEX triplet: 94, 8E and 60. RGB value is (148,142,96). Sum of RGB (Red+Green+Blue) = 148+142+96=386 (51% of max value = 765). Red value is 148 (58.20% from 255 or 38.34% from 386); Green value is 142 (55.86% from 255 or 36.79% from 386); Blue value is 96 (37.89% from 255 or 24.87% from 386); Max value from RGB is 148 - color contains mainly: red. Hex color #948E60 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948E60 is #6B719F. Grayscale: #8A8A8A. Windows color (decimal): -7041440 or 6327956. OLE color: 6327956.

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

Color convert

RGB 148 142 96 -
CMYK 0 0.04 0.35 0.42
HSL 53.08º 0.21% 0.48% -
HSV(B) 53.08º 0.35% 0.58% -
XYZ 24 26.49 14.91 -
YUV 138.55 103.99 134.74 -
System Red Green Blue C M Y K H S L
Decimal 148 142 96 0 0.04 0.35 0.42 53.08 0.21 0.48
Hex 94 8E 60 0 4 23 2A 35 15 30
Octal 224 216 140 0 4 43 52 65 25 60
Binary 10010100 10001110 1100000 0 100 100011 101010 110101 10101 110000

Color Harmonies of #948E60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948E60

Black with #948E60

Text Example


Text Example

White with #948E60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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