#958E5F

Color #958E5F Bandicoot (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bandicoot #958E5F

Tints of Bandicoot #958E5F

Color information

#958E5F (or 0x958E5F) is unknown color: approx Bandicoot. HEX triplet: 95, 8E and 5F. RGB value is (149,142,95). Sum of RGB (Red+Green+Blue) = 149+142+95=386 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.60% from 386); Green value is 142 (55.86% from 255 or 36.79% from 386); Blue value is 95 (37.5% from 255 or 24.61% from 386); Max value from RGB is 149 - color contains mainly: red. Hex color #958E5F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958E5F is #6A71A0. Grayscale: #8A8A8A. Windows color (decimal): -6975905 or 6262421. OLE color: 6262421.

HSL color Cylindrical-coordinate representation of color #958E5F: hue angle of 52.22º degrees, saturation: 0.22, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #958E5F is Cyan = 0, Magento = 0.05, Yellow = 0.36 and Black (K on CMYK) = 0.42.

Color convert

RGB14914295-
CMYK00.050.360.42
HSL52.22º22.13%47.84%-
HSV(B)52.22º36.24%58.43%-
XYZ24.1326.5614.68-
YUV138.74103.32135.32-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 38.60%
GREEN value IS 142 (55.86% from 255) = 36.79%
BLUE value IS 95 (37.5% from 255) = 24.61%
R=38.60%
G=36.79%
B=24.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.36
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491429500.050.360.4252.2222.1347.84
Hex958E5F05242A341630
Octal225216137054452642660
Binary10010101100011101011111010110010010101011010010110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958E5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #958E5F; }

 p { color: rgb(149,142,95); }

 H1.HeaderClassName
 {
   color: #958E5F;
 }
 .AnyTagClassName
 {
   color: #958E5F;
 }
</style>
background-color css

<style>
 a { background-color: #958E5F; }

 a { background-color: rgb(149,142,95); }

 div.DivClassName
 {
   background-color: #958E5F;
 }
 .BgClassName
 {
   background-color: #958E5F;
 }
</style>
border-color css

<style>
 span { border-color: #958E5F; }

 span { border-color: rgb(149,142,95); }

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