#868A53

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

Shades of Bandicoot #868A53

Tints of Bandicoot #868A53

Color information

#868A53 (or 0x868A53) is unknown color: approx Bandicoot. HEX triplet: 86, 8A and 53. RGB value is (134,138,83). Sum of RGB (Red+Green+Blue) = 134+138+83=355 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.75% from 355); Green value is 138 (54.30% from 255 or 38.87% from 355); Blue value is 83 (32.81% from 255 or 23.38% from 355); Max value from RGB is 138 - color contains mainly: green. Hex color #868A53 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #868A53 is #7975AC. Grayscale: #828282. Windows color (decimal): -7959981 or 5474950. OLE color: 5474950.

HSL color Cylindrical-coordinate representation of color #868A53: hue angle of 64.36º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #868A53 is Cyan = 0.03, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.46.

Color convert

RGB13413883-
CMYK0.0300.400.46
HSL64.36º24.89%43.33%-
HSV(B)64.36º39.86%54.12%-
XYZ20.4823.8711.71-
YUV130.53101.17130.47-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 37.75%
GREEN value IS 138 (54.30% from 255) = 38.87%
BLUE value IS 83 (32.81% from 255) = 23.38%
R=37.75%
G=38.87%
B=23.38%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal134138830.0300.400.4664.3624.8943.33
Hex868A5330282E40192b
Octal2062121233050561003153
Binary10000110100010101010011110101000101110100000011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868A53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #868A53; }

 p { color: rgb(134,138,83); }

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

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

 a { background-color: rgb(134,138,83); }

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

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

 span { border-color: rgb(134,138,83); }

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