#858854

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

Shades of Bandicoot #858854

Tints of Bandicoot #858854

Color information

#858854 (or 0x858854) is unknown color: approx Bandicoot. HEX triplet: 85, 88 and 54. RGB value is (133,136,84). Sum of RGB (Red+Green+Blue) = 133+136+84=353 (46% of max value = 765). Red value is 133 (52.34% from 255 or 37.68% from 353); Green value is 136 (53.52% from 255 or 38.53% from 353); Blue value is 84 (33.20% from 255 or 23.80% from 353); Max value from RGB is 136 - color contains mainly: green. Hex color #858854 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858854 is #7A77AB. Grayscale: #818181. Windows color (decimal): -8026028 or 5539973. OLE color: 5539973.

HSL color Cylindrical-coordinate representation of color #858854: hue angle of 63.46º degrees, saturation: 0.24, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #858854 is Cyan = 0.02, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.47.

Color convert

RGB13313684-
CMYK0.0200.380.47
HSL63.46º23.64%43.14%-
HSV(B)63.46º38.24%53.33%-
XYZ20.0823.2311.81-
YUV129.17102.51130.73-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 37.68%
GREEN value IS 136 (53.52% from 255) = 38.53%
BLUE value IS 84 (33.20% from 255) = 23.80%
R=37.68%
G=38.53%
B=23.80%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal133136840.0200.380.4763.4623.6443.14
Hex85885420262F3f182b
Octal205210124204657773053
Binary1000010110001000101010010010011010111111111111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858854

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #858854; }

 p { color: rgb(133,136,84); }

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

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

 a { background-color: rgb(133,136,84); }

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

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

 span { border-color: rgb(133,136,84); }

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