Html Css Color HEX #888560 Bandicoot

📋 copy color: '#888560'

red 136 ◦ green 133 ◦ blue 96

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

Shades of Bandicoot #888560

Tints of Bandicoot #888560

RGB

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

 GREEN value IS 133 (52.34% from 255) = 36.44%

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

R = 37.26%
G = 36.44%
B = 26.3%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.29

 K value IS 0.47

RGB Variations

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

Color information

#888560 (or 0x888560) is known color: Bandicoot. HEX triplet: 88, 85 and 60. RGB value is (136,133,96). Sum of RGB (Red+Green+Blue) = 136+133+96=365 (48% of max value = 765). Red value is 136 (53.52% from 255 or 37.26% from 365); Green value is 133 (52.34% from 255 or 36.44% from 365); Blue value is 96 (37.89% from 255 or 26.30% from 365); Max value from RGB is 136 - color contains mainly: red. Hex color #888560 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #888560 is #777A9F. Grayscale: #818181. Windows color (decimal): -7830176 or 6325640. OLE color: 6325640.

HSL color Cylindrical-coordinate representation of color #888560: hue angle of 55.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 #888560 is Cyan = 0, Magento = 0.02, Yellow = 0.29 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 133 96 -
CMYK 0 0.02 0.29 0.47
HSL 55.5º 0.17% 0.45% -
HSV(B) 55.5º 0.29% 0.53% -
XYZ 20.65 22.85 14.39 -
YUV 129.68 108.99 132.51 -
System Red Green Blue C M Y K H S L
Decimal 136 133 96 0 0.02 0.29 0.47 55.5 0.17 0.45
Hex 88 85 60 0 2 1D 2F 38 11 2D
Octal 210 205 140 0 2 35 57 70 21 55
Binary 10001000 10000101 1100000 0 10 11101 101111 111000 10001 101101

Color Harmonies of #888560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #888560

Black with #888560

Text Example


Text Example

White with #888560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #888560; }

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

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

background-color css

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

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

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

border-color css

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

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

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