#848856

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

Shades of Bandicoot #848856

Tints of Bandicoot #848856

Color information

#848856 (or 0x848856) is unknown color: approx Bandicoot. HEX triplet: 84, 88 and 56. RGB value is (132,136,86). Sum of RGB (Red+Green+Blue) = 132+136+86=354 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.29% from 354); Green value is 136 (53.52% from 255 or 38.42% from 354); Blue value is 86 (33.98% from 255 or 24.29% from 354); Max value from RGB is 136 - color contains mainly: green. Hex color #848856 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #848856 is #7B77A9. Grayscale: #818181. Windows color (decimal): -8091562 or 5671044. OLE color: 5671044.

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

Color convert

RGB13213686-
CMYK0.0300.370.47
HSL64.8º22.52%43.53%-
HSV(B)64.8º36.76%53.33%-
XYZ2023.1912.23-
YUV129.1103.67130.07-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 37.29%
GREEN value IS 136 (53.52% from 255) = 38.42%
BLUE value IS 86 (33.98% from 255) = 24.29%
R=37.29%
G=38.42%
B=24.29%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal132136860.0300.370.4764.822.5243.53
Hex84885630252F41172c
Octal2042101263045571012754
Binary10000100100010001010110110100101101111100000110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848856

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #848856; }

 p { color: rgb(132,136,86); }

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

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

 a { background-color: rgb(132,136,86); }

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

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

 span { border-color: rgb(132,136,86); }

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