Html Css Color HEX #948E5A Bandicoot

📋 copy color: '#948E5A'

red 148 ◦ green 142 ◦ blue 90

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

Shades of Bandicoot #948E5A

Tints of Bandicoot #948E5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 23.68%

R = 38.95%
G = 37.37%
B = 23.68%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.39

 K value IS 0.42

RGB Variations

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

Color information

#948E5A (or 0x948E5A) is known color: Bandicoot. HEX triplet: 94, 8E and 5A. RGB value is (148,142,90). Sum of RGB (Red+Green+Blue) = 148+142+90=380 (50% of max value = 765). Red value is 148 (58.20% from 255 or 38.95% from 380); Green value is 142 (55.86% from 255 or 37.37% from 380); Blue value is 90 (35.55% from 255 or 23.68% from 380); Max value from RGB is 148 - color contains mainly: red. Hex color #948E5A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948E5A is #6B71A5. Grayscale: #8A8A8A. Windows color (decimal): -7041446 or 5934740. OLE color: 5934740.

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

Color convert

RGB 148 142 90 -
CMYK 0 0.04 0.39 0.42
HSL 53.79º 0.24% 0.47% -
HSV(B) 53.79º 0.39% 0.58% -
XYZ 23.73 26.38 13.51 -
YUV 137.87 100.99 135.23 -
System Red Green Blue C M Y K H S L
Decimal 148 142 90 0 0.04 0.39 0.42 53.79 0.24 0.47
Hex 94 8E 5A 0 4 27 2A 36 18 2F
Octal 224 216 132 0 4 47 52 66 30 57
Binary 10010100 10001110 1011010 0 100 100111 101010 110110 11000 101111

Color Harmonies of #948E5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948E5A

Black with #948E5A

Text Example


Text Example

White with #948E5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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