Html Css Color HEX #948F60 Bandicoot

📋 copy color: '#948F60'

red 148 ◦ green 143 ◦ blue 96

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

Shades of Bandicoot #948F60

Tints of Bandicoot #948F60

RGB

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

 GREEN value IS 143 (56.25% from 255) = 36.95%

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

R = 38.24%
G = 36.95%
B = 24.81%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.35

 K value IS 0.42

RGB Variations

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

Color information

#948F60 (or 0x948F60) is known color: Bandicoot. HEX triplet: 94, 8F and 60. RGB value is (148,143,96). Sum of RGB (Red+Green+Blue) = 148+143+96=387 (51% of max value = 765). Red value is 148 (58.20% from 255 or 38.24% from 387); Green value is 143 (56.25% from 255 or 36.95% from 387); Blue value is 96 (37.89% from 255 or 24.81% from 387); Max value from RGB is 148 - color contains mainly: red. Hex color #948F60 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948F60 is #6B709F. Grayscale: #8B8B8B. Windows color (decimal): -7041184 or 6328212. OLE color: 6328212.

HSL color Cylindrical-coordinate representation of color #948F60: hue angle of 54.23º 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 #948F60 is Cyan = 0, Magento = 0.03, Yellow = 0.35 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 143 96 -
CMYK 0 0.03 0.35 0.42
HSL 54.23º 0.21% 0.48% -
HSV(B) 54.23º 0.35% 0.58% -
XYZ 24.15 26.79 14.96 -
YUV 139.14 103.66 134.32 -
System Red Green Blue C M Y K H S L
Decimal 148 143 96 0 0.03 0.35 0.42 54.23 0.21 0.48
Hex 94 8F 60 0 3 23 2A 36 15 30
Octal 224 217 140 0 3 43 52 66 25 60
Binary 10010100 10001111 1100000 0 11 100011 101010 110110 10101 110000

Color Harmonies of #948F60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948F60

Black with #948F60

Text Example


Text Example

White with #948F60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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