Html Css Color HEX #838460 Bandicoot

📋 copy color: '#838460'

red 131 ◦ green 132 ◦ blue 96

#838460
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bandicoot #838460

Tints of Bandicoot #838460

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 value IS 0.01

 M value IS 0

 Y value IS 0.27

 K value IS 0.48

RGB Variations

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

Color information

#838460 (or 0x838460) is known color: 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

RGB 131 132 96 -
CMYK 0.01 0 0.27 0.48
HSL 61.67º 0.16% 0.45% -
HSV(B) 61.67º 0.27% 0.52% -
XYZ 19.72 22.17 14.31 -
YUV 127.6 110.17 130.43 -
System Red Green Blue C M Y K H S L
Decimal 131 132 96 0.01 0 0.27 0.48 61.67 0.16 0.45
Hex 83 84 60 1 0 1B 30 3E 10 2D
Octal 203 204 140 1 0 33 60 76 20 55
Binary 10000011 10000100 1100000 1 0 11011 110000 111110 10000 101101

Color Harmonies of #838460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838460

Black with #838460

Text Example


Text Example

White with #838460

Text Example


Text Example

HTML Codes & Css Web 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>