Html Css Color HEX #828260 Bandicoot

📋 copy color: '#828260'

red 130 ◦ green 130 ◦ blue 96

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

Shades of Bandicoot #828260

Tints of Bandicoot #828260

RGB

 RED value IS 130 (51.17% from 255) = 36.52%

 GREEN value IS 130 (51.17% from 255) = 36.52%

 BLUE value IS 96 (37.89% from 255) = 26.97%

R = 36.52%
G = 36.52%
B = 26.97%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.26

 K value IS 0.49

RGB Variations

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

Color information

#828260 (or 0x828260) is known color: Bandicoot. HEX triplet: 82, 82 and 60. RGB value is (130,130,96). Sum of RGB (Red+Green+Blue) = 130+130+96=356 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.52% from 356); Green value is 130 (51.17% from 255 or 36.52% from 356); Blue value is 96 (37.89% from 255 or 26.97% from 356); Max value from RGB is 130 - color contains mainly: red, green. Hex color #828260 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #828260 is #7D7D9F. Grayscale: #7E7E7E. Windows color (decimal): -8224160 or 6324866. OLE color: 6324866.

HSL color Cylindrical-coordinate representation of color #828260: hue angle of 60º degrees, saturation: 0.15, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #828260 is Cyan = 0, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 130 96 -
CMYK 0 0 0.26 0.49
HSL 60º 0.15% 0.44% -
HSV(B) 60º 0.26% 0.51% -
XYZ 19.3 21.56 14.21 -
YUV 126.12 111 130.76 -
System Red Green Blue C M Y K H S L
Decimal 130 130 96 0 0 0.26 0.49 60 0.15 0.44
Hex 82 82 60 0 0 1A 31 3C F 2C
Octal 202 202 140 0 0 32 61 74 17 54
Binary 10000010 10000010 1100000 0 0 11010 110001 111100 1111 101100

Color Harmonies of #828260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828260

Black with #828260

Text Example


Text Example

White with #828260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #828260; }

 p { color: rgb(130,130,96); }

 H1.HeaderClassName
 {
   color: #828260;
 }
 .AnyTagClassName
 {
   color: #828260;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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