Html Css Color HEX #818260 Bandicoot

📋 copy color: '#818260'

red 129 ◦ green 130 ◦ blue 96

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

Shades of Bandicoot #818260

Tints of Bandicoot #818260

RGB

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

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

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

R = 36.34%
G = 36.62%
B = 27.04%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.26

 K value IS 0.49

RGB Variations

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

Color information

#818260 (or 0x818260) is known color: Bandicoot. HEX triplet: 81, 82 and 60. RGB value is (129,130,96). Sum of RGB (Red+Green+Blue) = 129+130+96=355 (47% of max value = 765). Red value is 129 (50.78% from 255 or 36.34% from 355); Green value is 130 (51.17% from 255 or 36.62% from 355); Blue value is 96 (37.89% from 255 or 27.04% from 355); Max value from RGB is 130 - color contains mainly: green. Hex color #818260 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #818260 is #7E7D9F. Grayscale: #7D7D7D. Windows color (decimal): -8289696 or 6324865. OLE color: 6324865.

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

Color convert

RGB 129 130 96 -
CMYK 0.01 0 0.26 0.49
HSL 61.76º 0.15% 0.44% -
HSV(B) 61.76º 0.26% 0.51% -
XYZ 19.15 21.48 14.2 -
YUV 125.83 111.17 130.26 -
System Red Green Blue C M Y K H S L
Decimal 129 130 96 0.01 0 0.26 0.49 61.76 0.15 0.44
Hex 81 82 60 1 0 1A 31 3E F 2C
Octal 201 202 140 1 0 32 61 76 17 54
Binary 10000001 10000010 1100000 1 0 11010 110001 111110 1111 101100

Color Harmonies of #818260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #818260

Black with #818260

Text Example


Text Example

White with #818260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #818260; }

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

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

background-color css

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

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

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

border-color css

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

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

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