Html Css Color HEX #888955 Bandicoot

📋 copy color: '#888955'

red 136 ◦ green 137 ◦ blue 85

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

Shades of Bandicoot #888955

Tints of Bandicoot #888955

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 23.74%

R = 37.99%
G = 38.27%
B = 23.74%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.38

 K value IS 0.46

RGB Variations

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

Color information

#888955 (or 0x888955) is known color: Bandicoot. HEX triplet: 88, 89 and 55. RGB value is (136,137,85). Sum of RGB (Red+Green+Blue) = 136+137+85=358 (47% of max value = 765). Red value is 136 (53.52% from 255 or 37.99% from 358); Green value is 137 (53.91% from 255 or 38.27% from 358); Blue value is 85 (33.59% from 255 or 23.74% from 358); Max value from RGB is 137 - color contains mainly: green. Hex color #888955 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #888955 is #7776AA. Grayscale: #828282. Windows color (decimal): -7829163 or 5605768. OLE color: 5605768.

HSL color Cylindrical-coordinate representation of color #888955: hue angle of 61.15º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #888955 is Cyan = 0.01, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.46.

Color convert

RGB 136 137 85 -
CMYK 0.01 0 0.38 0.46
HSL 61.15º 0.23% 0.44% -
HSV(B) 61.15º 0.38% 0.54% -
XYZ 20.74 23.78 12.09 -
YUV 130.77 102.17 131.73 -
System Red Green Blue C M Y K H S L
Decimal 136 137 85 0.01 0 0.38 0.46 61.15 0.23 0.44
Hex 88 89 55 1 0 26 2E 3D 17 2C
Octal 210 211 125 1 0 46 56 75 27 54
Binary 10001000 10001001 1010101 1 0 100110 101110 111101 10111 101100

Color Harmonies of #888955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #888955

Black with #888955

Text Example


Text Example

White with #888955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #888955; }

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

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

background-color css

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

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

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

border-color css

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

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

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