Html Css Color HEX #818264 Bandicoot

📋 copy color: '#818264'

red 129 ◦ green 130 ◦ blue 100

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

Shades of Bandicoot #818264

Tints of Bandicoot #818264

RGB

 RED value IS 129 (50.78% from 255) = 35.93%

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

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

R = 35.93%
G = 36.21%
B = 27.86%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.23

 K value IS 0.49

RGB Variations

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

Color information

#818264 (or 0x818264) is known color: Bandicoot. HEX triplet: 81, 82 and 64. RGB value is (129,130,100). Sum of RGB (Red+Green+Blue) = 129+130+100=359 (47% of max value = 765). Red value is 129 (50.78% from 255 or 35.93% from 359); Green value is 130 (51.17% from 255 or 36.21% from 359); Blue value is 100 (39.45% from 255 or 27.86% from 359); Max value from RGB is 130 - color contains mainly: green. Hex color #818264 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #818264 is #7E7D9B. Grayscale: #7E7E7E. Windows color (decimal): -8289692 or 6587009. OLE color: 6587009.

HSL color Cylindrical-coordinate representation of color #818264: hue angle of 62º 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 #818264 is Cyan = 0.01, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 130 100 -
CMYK 0.01 0 0.23 0.49
HSL 62º 0.13% 0.45% -
HSV(B) 62º 0.23% 0.51% -
XYZ 19.34 21.55 15.2 -
YUV 126.28 113.17 129.94 -
System Red Green Blue C M Y K H S L
Decimal 129 130 100 0.01 0 0.23 0.49 62 0.13 0.45
Hex 81 82 64 1 0 17 31 3E D 2D
Octal 201 202 144 1 0 27 61 76 15 55
Binary 10000001 10000010 1100100 1 0 10111 110001 111110 1101 101101

Color Harmonies of #818264

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #818264

Black with #818264

Text Example


Text Example

White with #818264

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #818264; }

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

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

background-color css

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

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

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

border-color css

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

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

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