Html Css Color HEX #818262 Bandicoot

📋 copy color: '#818262'

red 129 ◦ green 130 ◦ blue 98

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

Shades of Bandicoot #818262

Tints of Bandicoot #818262

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 27.45%

R = 36.13%
G = 36.41%
B = 27.45%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.25

 K value IS 0.49

RGB Variations

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

Color information

#818262 (or 0x818262) is known color: Bandicoot. HEX triplet: 81, 82 and 62. RGB value is (129,130,98). Sum of RGB (Red+Green+Blue) = 129+130+98=357 (47% of max value = 765). Red value is 129 (50.78% from 255 or 36.13% from 357); Green value is 130 (51.17% from 255 or 36.41% from 357); Blue value is 98 (38.67% from 255 or 27.45% from 357); Max value from RGB is 130 - color contains mainly: green. Hex color #818262 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #818262 is #7E7D9D. Grayscale: #7E7E7E. Windows color (decimal): -8289694 or 6455937. OLE color: 6455937.

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

Color convert

RGB 129 130 98 -
CMYK 0.01 0 0.25 0.49
HSL 61.88º 0.14% 0.45% -
HSV(B) 61.88º 0.25% 0.51% -
XYZ 19.24 21.51 14.69 -
YUV 126.05 112.17 130.1 -
System Red Green Blue C M Y K H S L
Decimal 129 130 98 0.01 0 0.25 0.49 61.88 0.14 0.45
Hex 81 82 62 1 0 19 31 3E E 2D
Octal 201 202 142 1 0 31 61 76 16 55
Binary 10000001 10000010 1100010 1 0 11001 110001 111110 1110 101101

Color Harmonies of #818262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #818262

Black with #818262

Text Example


Text Example

White with #818262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #818262; }

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

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

background-color css

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

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

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

border-color css

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

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

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