Html Css Color HEX #828268 Bandicoot

📋 copy color: '#828268'

red 130 ◦ green 130 ◦ blue 104

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

Shades of Bandicoot #828268

Tints of Bandicoot #828268

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 28.57%

R = 35.71%
G = 35.71%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.2

 K value IS 0.49

RGB Variations

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

Color information

#828268 (or 0x828268) is known color: Bandicoot. HEX triplet: 82, 82 and 68. RGB value is (130,130,104). Sum of RGB (Red+Green+Blue) = 130+130+104=364 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.71% from 364); Green value is 130 (51.17% from 255 or 35.71% from 364); Blue value is 104 (41.02% from 255 or 28.57% from 364); Max value from RGB is 130 - color contains mainly: red, green. Hex color #828268 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #828268 is #7D7D97. Grayscale: #7F7F7F. Windows color (decimal): -8224152 or 6849154. OLE color: 6849154.

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

Color convert

RGB 130 130 104 -
CMYK 0 0 0.2 0.49
HSL 60º 0.11% 0.46% -
HSV(B) 60º 0.2% 0.51% -
XYZ 19.69 21.71 16.25 -
YUV 127.04 115 130.11 -
System Red Green Blue C M Y K H S L
Decimal 130 130 104 0 0 0.2 0.49 60 0.11 0.46
Hex 82 82 68 0 0 14 31 3C B 2E
Octal 202 202 150 0 0 24 61 74 13 56
Binary 10000010 10000010 1101000 0 0 10100 110001 111100 1011 101110

Color Harmonies of #828268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828268

Black with #828268

Text Example


Text Example

White with #828268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #828268; }

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

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

background-color css

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

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

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

border-color css

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

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

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