Html Css Color HEX #818360 Bandicoot

📋 copy color: '#818360'

red 129 ◦ green 131 ◦ blue 96

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

Shades of Bandicoot #818360

Tints of Bandicoot #818360

RGB

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

 GREEN value IS 131 (51.56% from 255) = 36.8%

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

R = 36.24%
G = 36.8%
B = 26.97%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.27

 K value IS 0.49

RGB Variations

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

Color information

#818360 (or 0x818360) is known color: Bandicoot. HEX triplet: 81, 83 and 60. RGB value is (129,131,96). Sum of RGB (Red+Green+Blue) = 129+131+96=356 (47% of max value = 765). Red value is 129 (50.78% from 255 or 36.24% from 356); Green value is 131 (51.56% from 255 or 36.80% from 356); Blue value is 96 (37.89% from 255 or 26.97% from 356); Max value from RGB is 131 - color contains mainly: green. Hex color #818360 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #818360 is #7E7C9F. Grayscale: #7E7E7E. Windows color (decimal): -8289440 or 6325121. OLE color: 6325121.

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

Color convert

RGB 129 131 96 -
CMYK 0.02 0 0.27 0.49
HSL 63.43º 0.15% 0.45% -
HSV(B) 63.43º 0.27% 0.51% -
XYZ 19.28 21.74 14.25 -
YUV 126.41 110.84 129.85 -
System Red Green Blue C M Y K H S L
Decimal 129 131 96 0.02 0 0.27 0.49 63.43 0.15 0.45
Hex 81 83 60 2 0 1B 31 3F F 2D
Octal 201 203 140 2 0 33 61 77 17 55
Binary 10000001 10000011 1100000 10 0 11011 110001 111111 1111 101101

Color Harmonies of #818360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #818360

Black with #818360

Text Example


Text Example

White with #818360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #818360; }

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

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

background-color css

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

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

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

border-color css

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

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

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