#838460

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

Shades of Bandicoot #838460

Tints of Bandicoot #838460

Color information

#838460 (or 0x838460) is unknown color: approx Bandicoot. HEX triplet: 83, 84 and 60. RGB value is (131,132,96). Sum of RGB (Red+Green+Blue) = 131+132+96=359 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.49% from 359); Green value is 132 (51.95% from 255 or 36.77% from 359); Blue value is 96 (37.89% from 255 or 26.74% from 359); Max value from RGB is 132 - color contains mainly: green. Hex color #838460 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #838460 is #7C7B9F. Grayscale: #7F7F7F. Windows color (decimal): -8158112 or 6325379. OLE color: 6325379.

HSL color Cylindrical-coordinate representation of color #838460: hue angle of 61.67º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #838460 is Cyan = 0.01, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.48.

Color convert

RGB13113296-
CMYK0.0100.270.48
HSL61.67º15.79%44.71%-
HSV(B)61.67º27.27%51.76%-
XYZ19.7222.1714.31-
YUV127.6110.17130.43-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 36.49%
GREEN value IS 132 (51.95% from 255) = 36.77%
BLUE value IS 96 (37.89% from 255) = 26.74%
R=36.49%
G=36.77%
B=26.74%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal131132960.0100.270.4861.6715.7944.71
Hex838460101B303e102d
Octal203204140103360762055
Binary10000011100001001100000101101111000011111010000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #838460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #838460; }

 p { color: rgb(131,132,96); }

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

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

 a { background-color: rgb(131,132,96); }

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

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

 span { border-color: rgb(131,132,96); }

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