Html Css Color HEX #888360 Bandicoot

📋 copy color: '#888360'

red 136 ◦ green 131 ◦ blue 96

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

Shades of Bandicoot #888360

Tints of Bandicoot #888360

RGB

 RED value IS 136 (53.52% from 255) = 37.47%

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

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

R = 37.47%
G = 36.09%
B = 26.45%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.29

 K value IS 0.47

RGB Variations

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

Color information

#888360 (or 0x888360) is known color: Bandicoot. HEX triplet: 88, 83 and 60. RGB value is (136,131,96). Sum of RGB (Red+Green+Blue) = 136+131+96=363 (48% of max value = 765). Red value is 136 (53.52% from 255 or 37.47% from 363); Green value is 131 (51.56% from 255 or 36.09% from 363); Blue value is 96 (37.89% from 255 or 26.45% from 363); Max value from RGB is 136 - color contains mainly: red. Hex color #888360 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #888360 is #777C9F. Grayscale: #808080. Windows color (decimal): -7830688 or 6325128. OLE color: 6325128.

HSL color Cylindrical-coordinate representation of color #888360: hue angle of 52.5º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #888360 is Cyan = 0, Magento = 0.04, Yellow = 0.29 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 131 96 -
CMYK 0 0.04 0.29 0.47
HSL 52.5º 0.17% 0.45% -
HSV(B) 52.5º 0.29% 0.53% -
XYZ 20.38 22.31 14.3 -
YUV 128.51 109.66 133.35 -
System Red Green Blue C M Y K H S L
Decimal 136 131 96 0 0.04 0.29 0.47 52.5 0.17 0.45
Hex 88 83 60 0 4 1D 2F 34 11 2D
Octal 210 203 140 0 4 35 57 64 21 55
Binary 10001000 10000011 1100000 0 100 11101 101111 110100 10001 101101

Color Harmonies of #888360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #888360

Black with #888360

Text Example


Text Example

White with #888360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #888360; }

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

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

background-color css

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

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

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

border-color css

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

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

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