Html Css Color HEX #818263 Bandicoot

📋 copy color: '#818263'

red 129 ◦ green 130 ◦ blue 99

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

Shades of Bandicoot #818263

Tints of Bandicoot #818263

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 27.65%

R = 36.03%
G = 36.31%
B = 27.65%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.24

 K value IS 0.49

RGB Variations

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

Color information

#818263 (or 0x818263) is known color: Bandicoot. HEX triplet: 81, 82 and 63. RGB value is (129,130,99). Sum of RGB (Red+Green+Blue) = 129+130+99=358 (47% of max value = 765). Red value is 129 (50.78% from 255 or 36.03% from 358); Green value is 130 (51.17% from 255 or 36.31% from 358); Blue value is 99 (39.06% from 255 or 27.65% from 358); Max value from RGB is 130 - color contains mainly: green. Hex color #818263 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #818263 is #7E7D9C. Grayscale: #7E7E7E. Windows color (decimal): -8289693 or 6521473. OLE color: 6521473.

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

Color convert

RGB 129 130 99 -
CMYK 0.01 0 0.24 0.49
HSL 61.94º 0.14% 0.45% -
HSV(B) 61.94º 0.24% 0.51% -
XYZ 19.29 21.53 14.94 -
YUV 126.17 112.67 130.02 -
System Red Green Blue C M Y K H S L
Decimal 129 130 99 0.01 0 0.24 0.49 61.94 0.14 0.45
Hex 81 82 63 1 0 18 31 3E E 2D
Octal 201 202 143 1 0 30 61 76 16 55
Binary 10000001 10000010 1100011 1 0 11000 110001 111110 1110 101101

Color Harmonies of #818263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #818263

Black with #818263

Text Example


Text Example

White with #818263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #818263; }

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

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

background-color css

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

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

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

border-color css

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

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

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