Html Css Color HEX #888A51 Bandicoot

📋 copy color: '#888A51'

red 136 ◦ green 138 ◦ blue 81

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

Shades of Bandicoot #888A51

Tints of Bandicoot #888A51

RGB

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

 GREEN value IS 138 (54.3% from 255) = 38.87%

 BLUE value IS 81 (32.03% from 255) = 22.82%

R = 38.31%
G = 38.87%
B = 22.82%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.41

 K value IS 0.46

RGB Variations

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

Color information

#888A51 (or 0x888A51) is known color: Bandicoot. HEX triplet: 88, 8A and 51. RGB value is (136,138,81). Sum of RGB (Red+Green+Blue) = 136+138+81=355 (47% of max value = 765). Red value is 136 (53.52% from 255 or 38.31% from 355); Green value is 138 (54.30% from 255 or 38.87% from 355); Blue value is 81 (32.03% from 255 or 22.82% from 355); Max value from RGB is 138 - color contains mainly: green. Hex color #888A51 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #888A51 is #7775AE. Grayscale: #838383. Windows color (decimal): -7828911 or 5343880. OLE color: 5343880.

HSL color Cylindrical-coordinate representation of color #888A51: hue angle of 62.11º degrees, saturation: 0.26, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #888A51 is Cyan = 0.01, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.46.

Color convert

RGB 136 138 81 -
CMYK 0.01 0 0.41 0.46
HSL 62.11º 0.26% 0.43% -
HSV(B) 62.11º 0.41% 0.54% -
XYZ 20.73 24.01 11.33 -
YUV 130.9 99.84 131.63 -
System Red Green Blue C M Y K H S L
Decimal 136 138 81 0.01 0 0.41 0.46 62.11 0.26 0.43
Hex 88 8A 51 1 0 29 2E 3E 1A 2B
Octal 210 212 121 1 0 51 56 76 32 53
Binary 10001000 10001010 1010001 1 0 101001 101110 111110 11010 101011

Color Harmonies of #888A51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #888A51

Black with #888A51

Text Example


Text Example

White with #888A51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,138,81); }

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

background-color css

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

 a { background-color: rgb(136,138,81); }

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

border-color css

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

 span { border-color: rgb(136,138,81); }

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