#958F58

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

Shades of Bandicoot #958F58

Tints of Bandicoot #958F58

Color information

#958F58 (or 0x958F58) is unknown color: approx Bandicoot. HEX triplet: 95, 8F and 58. RGB value is (149,143,88). Sum of RGB (Red+Green+Blue) = 149+143+88=380 (50% of max value = 765). Red value is 149 (58.59% from 255 or 39.21% from 380); Green value is 143 (56.25% from 255 or 37.63% from 380); Blue value is 88 (34.77% from 255 or 23.16% from 380); Max value from RGB is 149 - color contains mainly: red. Hex color #958F58 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958F58 is #6A70A7. Grayscale: #8A8A8A. Windows color (decimal): -6975656 or 5803925. OLE color: 5803925.

HSL color Cylindrical-coordinate representation of color #958F58: hue angle of 54.1º degrees, saturation: 0.26, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #958F58 is Cyan = 0, Magento = 0.04, Yellow = 0.41 and Black (K on CMYK) = 0.42.

Color convert

RGB14914388-
CMYK00.040.410.42
HSL54.1º25.74%46.47%-
HSV(B)54.1º40.94%58.43%-
XYZ23.9826.7413.13-
YUV138.5299.49135.47-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 39.21%
GREEN value IS 143 (56.25% from 255) = 37.63%
BLUE value IS 88 (34.77% from 255) = 23.16%
R=39.21%
G=37.63%
B=23.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.41
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491438800.040.410.4254.125.7446.47
Hex958F5804292A361a2e
Octal225217130045152663256
Binary10010101100011111011000010010100110101011011011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958F58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,143,88); }

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

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

 a { background-color: rgb(149,143,88); }

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

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

 span { border-color: rgb(149,143,88); }

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