Html Css Color HEX #88895C Bandicoot

📋 copy color: '#88895C'

red 136 ◦ green 137 ◦ blue 92

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

Shades of Bandicoot #88895C

Tints of Bandicoot #88895C

RGB

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

 GREEN value IS 137 (53.91% from 255) = 37.53%

 BLUE value IS 92 (36.33% from 255) = 25.21%

R = 37.26%
G = 37.53%
B = 25.21%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.33

 K value IS 0.46

RGB Variations

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

Color information

#88895C (or 0x88895C) is known color: Bandicoot. HEX triplet: 88, 89 and 5C. RGB value is (136,137,92). Sum of RGB (Red+Green+Blue) = 136+137+92=365 (48% of max value = 765). Red value is 136 (53.52% from 255 or 37.26% from 365); Green value is 137 (53.91% from 255 or 37.53% from 365); Blue value is 92 (36.33% from 255 or 25.21% from 365); Max value from RGB is 137 - color contains mainly: green. Hex color #88895C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #88895C is #7776A3. Grayscale: #838383. Windows color (decimal): -7829156 or 6064520. OLE color: 6064520.

HSL color Cylindrical-coordinate representation of color #88895C: hue angle of 61.33º degrees, saturation: 0.2, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #88895C is Cyan = 0.01, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.46.

Color convert

RGB 136 137 92 -
CMYK 0.01 0 0.33 0.46
HSL 61.33º 0.2% 0.45% -
HSV(B) 61.33º 0.33% 0.54% -
XYZ 21.03 23.9 13.63 -
YUV 131.57 105.67 131.16 -
System Red Green Blue C M Y K H S L
Decimal 136 137 92 0.01 0 0.33 0.46 61.33 0.2 0.45
Hex 88 89 5C 1 0 21 2E 3D 14 2D
Octal 210 211 134 1 0 41 56 75 24 55
Binary 10001000 10001001 1011100 1 0 100001 101110 111101 10100 101101

Color Harmonies of #88895C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88895C

Black with #88895C

Text Example


Text Example

White with #88895C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #88895C; }

 p { color: rgb(136,137,92); }

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

background-color css

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

 a { background-color: rgb(136,137,92); }

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

border-color css

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

 span { border-color: rgb(136,137,92); }

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