#858956

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

Shades of Bandicoot #858956

Tints of Bandicoot #858956

Color information

#858956 (or 0x858956) is unknown color: approx Bandicoot. HEX triplet: 85, 89 and 56. RGB value is (133,137,86). Sum of RGB (Red+Green+Blue) = 133+137+86=356 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.36% from 356); Green value is 137 (53.91% from 255 or 38.48% from 356); Blue value is 86 (33.98% from 255 or 24.16% from 356); Max value from RGB is 137 - color contains mainly: green. Hex color #858956 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858956 is #7A76A9. Grayscale: #828282. Windows color (decimal): -8025770 or 5671301. OLE color: 5671301.

HSL color Cylindrical-coordinate representation of color #858956: hue angle of 64.71º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #858956 is Cyan = 0.03, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.46.

Color convert

RGB13313786-
CMYK0.0300.370.46
HSL64.71º22.87%43.73%-
HSV(B)64.71º37.23%53.73%-
XYZ20.323.5512.28-
YUV129.99103.17130.15-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 37.36%
GREEN value IS 137 (53.91% from 255) = 38.48%
BLUE value IS 86 (33.98% from 255) = 24.16%
R=37.36%
G=38.48%
B=24.16%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal133137860.0300.370.4664.7122.8743.73
Hex85895630252E41172c
Octal2052111263045561012754
Binary10000101100010011010110110100101101110100000110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858956

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #858956; }

 p { color: rgb(133,137,86); }

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

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

 a { background-color: rgb(133,137,86); }

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

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

 span { border-color: rgb(133,137,86); }

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