#868953

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

Shades of Bandicoot #868953

Tints of Bandicoot #868953

Color information

#868953 (or 0x868953) is unknown color: approx Bandicoot. HEX triplet: 86, 89 and 53. RGB value is (134,137,83). Sum of RGB (Red+Green+Blue) = 134+137+83=354 (46% of max value = 765). Red value is 134 (52.73% from 255 or 37.85% from 354); Green value is 137 (53.91% from 255 or 38.70% from 354); Blue value is 83 (32.81% from 255 or 23.45% from 354); Max value from RGB is 137 - color contains mainly: green. Hex color #868953 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #868953 is #7976AC. Grayscale: #828282. Windows color (decimal): -7960237 or 5474694. OLE color: 5474694.

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

Color convert

RGB13413783-
CMYK0.0200.390.46
HSL63.33º24.55%43.14%-
HSV(B)63.33º39.42%53.73%-
XYZ20.3423.5811.66-
YUV129.95101.51130.89-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 37.85%
GREEN value IS 137 (53.91% from 255) = 38.70%
BLUE value IS 83 (32.81% from 255) = 23.45%
R=37.85%
G=38.70%
B=23.45%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal134137830.0200.390.4663.3324.5543.14
Hex86895320272E3f192b
Octal206211123204756773153
Binary1000011010001001101001110010011110111011111111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #868953; }

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

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

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

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

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

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

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

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