#868852

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

Shades of Bandicoot #868852

Tints of Bandicoot #868852

Color information

#868852 (or 0x868852) is unknown color: approx Bandicoot. HEX triplet: 86, 88 and 52. RGB value is (134,136,82). Sum of RGB (Red+Green+Blue) = 134+136+82=352 (46% of max value = 765). Red value is 134 (52.73% from 255 or 38.07% from 352); Green value is 136 (53.52% from 255 or 38.64% from 352); Blue value is 82 (32.42% from 255 or 23.30% from 352); Max value from RGB is 136 - color contains mainly: green. Hex color #868852 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #868852 is #7977AD. Grayscale: #818181. Windows color (decimal): -7960494 or 5408902. OLE color: 5408902.

HSL color Cylindrical-coordinate representation of color #868852: hue angle of 62.22º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #868852 is Cyan = 0.01, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.47.

Color convert

RGB13413682-
CMYK0.0100.400.47
HSL62.22º24.77%42.75%-
HSV(B)62.22º39.71%53.33%-
XYZ20.1623.2911.41-
YUV129.25101.34131.39-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 38.07%
GREEN value IS 136 (53.52% from 255) = 38.64%
BLUE value IS 82 (32.42% from 255) = 23.30%
R=38.07%
G=38.64%
B=23.30%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134136820.0100.400.4762.2224.7742.75
Hex86885210282F3e192b
Octal206210122105057763153
Binary100001101000100010100101010100010111111111011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #868852; }

 p { color: rgb(134,136,82); }

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

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

 a { background-color: rgb(134,136,82); }

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

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

 span { border-color: rgb(134,136,82); }

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