Html Css Color HEX #838266 Bandicoot

📋 copy color: '#838266'

red 131 ◦ green 130 ◦ blue 102

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

Shades of Bandicoot #838266

Tints of Bandicoot #838266

RGB

 RED value IS 131 (51.56% from 255) = 36.09%

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

 BLUE value IS 102 (40.23% from 255) = 28.1%

R = 36.09%
G = 35.81%
B = 28.1%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.22

 K value IS 0.49

RGB Variations

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

Color information

#838266 (or 0x838266) is known color: Bandicoot. HEX triplet: 83, 82 and 66. RGB value is (131,130,102). Sum of RGB (Red+Green+Blue) = 131+130+102=363 (48% of max value = 765). Red value is 131 (51.56% from 255 or 36.09% from 363); Green value is 130 (51.17% from 255 or 35.81% from 363); Blue value is 102 (40.23% from 255 or 28.10% from 363); Max value from RGB is 131 - color contains mainly: red. Hex color #838266 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #838266 is #7C7D99. Grayscale: #7F7F7F. Windows color (decimal): -8158618 or 6718083. OLE color: 6718083.

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

Color convert

RGB 131 130 102 -
CMYK 0 0.01 0.22 0.49
HSL 57.93º 0.12% 0.46% -
HSV(B) 57.93º 0.22% 0.51% -
XYZ 19.74 21.75 15.73 -
YUV 127.11 113.83 130.78 -
System Red Green Blue C M Y K H S L
Decimal 131 130 102 0 0.01 0.22 0.49 57.93 0.12 0.46
Hex 83 82 66 0 1 16 31 3A C 2E
Octal 203 202 146 0 1 26 61 72 14 56
Binary 10000011 10000010 1100110 0 1 10110 110001 111010 1100 101110

Color Harmonies of #838266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838266

Black with #838266

Text Example


Text Example

White with #838266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #838266; }

 p { color: rgb(131,130,102); }

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

background-color css

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

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

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

border-color css

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

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

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