Html Css Color HEX #888C55 Bandicoot

📋 copy color: '#888C55'

red 136 ◦ green 140 ◦ blue 85

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

Shades of Bandicoot #888C55

Tints of Bandicoot #888C55

RGB

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

 GREEN value IS 140 (55.08% from 255) = 38.78%

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

R = 37.67%
G = 38.78%
B = 23.55%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.39

 K value IS 0.45

RGB Variations

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

Color information

#888C55 (or 0x888C55) is known color: Bandicoot. HEX triplet: 88, 8C and 55. RGB value is (136,140,85). Sum of RGB (Red+Green+Blue) = 136+140+85=361 (47% of max value = 765). Red value is 136 (53.52% from 255 or 37.67% from 361); Green value is 140 (55.08% from 255 or 38.78% from 361); Blue value is 85 (33.59% from 255 or 23.55% from 361); Max value from RGB is 140 - color contains mainly: green. Hex color #888C55 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #888C55 is #7773AA. Grayscale: #848484. Windows color (decimal): -7828395 or 5606536. OLE color: 5606536.

HSL color Cylindrical-coordinate representation of color #888C55: hue angle of 64.36º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #888C55 is Cyan = 0.03, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.45.

Color convert

RGB 136 140 85 -
CMYK 0.03 0 0.39 0.45
HSL 64.36º 0.24% 0.44% -
HSV(B) 64.36º 0.39% 0.55% -
XYZ 21.17 24.65 12.24 -
YUV 132.53 101.17 130.47 -
System Red Green Blue C M Y K H S L
Decimal 136 140 85 0.03 0 0.39 0.45 64.36 0.24 0.44
Hex 88 8C 55 3 0 27 2D 40 18 2C
Octal 210 214 125 3 0 47 55 100 30 54
Binary 10001000 10001100 1010101 11 0 100111 101101 1000000 11000 101100

Color Harmonies of #888C55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #888C55

Black with #888C55

Text Example


Text Example

White with #888C55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #888C55; }

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

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

background-color css

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

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

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

border-color css

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

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

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