Html Css Color HEX #828264 Bandicoot

📋 copy color: '#828264'

red 130 ◦ green 130 ◦ blue 100

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

Shades of Bandicoot #828264

Tints of Bandicoot #828264

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 27.78%

R = 36.11%
G = 36.11%
B = 27.78%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.23

 K value IS 0.49

RGB Variations

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

Color information

#828264 (or 0x828264) is known color: Bandicoot. HEX triplet: 82, 82 and 64. RGB value is (130,130,100). Sum of RGB (Red+Green+Blue) = 130+130+100=360 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.11% from 360); Green value is 130 (51.17% from 255 or 36.11% from 360); Blue value is 100 (39.45% from 255 or 27.78% from 360); Max value from RGB is 130 - color contains mainly: red, green. Hex color #828264 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #828264 is #7D7D9B. Grayscale: #7E7E7E. Windows color (decimal): -8224156 or 6587010. OLE color: 6587010.

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

Color convert

RGB 130 130 100 -
CMYK 0 0 0.23 0.49
HSL 60º 0.13% 0.45% -
HSV(B) 60º 0.23% 0.51% -
XYZ 19.49 21.63 15.2 -
YUV 126.58 113 130.44 -
System Red Green Blue C M Y K H S L
Decimal 130 130 100 0 0 0.23 0.49 60 0.13 0.45
Hex 82 82 64 0 0 17 31 3C D 2D
Octal 202 202 144 0 0 27 61 74 15 55
Binary 10000010 10000010 1100100 0 0 10111 110001 111100 1101 101101

Color Harmonies of #828264

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828264

Black with #828264

Text Example


Text Example

White with #828264

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #828264; }

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

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

background-color css

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

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

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

border-color css

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

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

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