Html Css Color HEX #888D52 Bandicoot

📋 copy color: '#888D52'

red 136 ◦ green 141 ◦ blue 82

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

Shades of Bandicoot #888D52

Tints of Bandicoot #888D52

RGB

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

 GREEN value IS 141 (55.47% from 255) = 39.28%

 BLUE value IS 82 (32.42% from 255) = 22.84%

R = 37.88%
G = 39.28%
B = 22.84%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.42

 K value IS 0.45

RGB Variations

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

Color information

#888D52 (or 0x888D52) is known color: Bandicoot. HEX triplet: 88, 8D and 52. RGB value is (136,141,82). Sum of RGB (Red+Green+Blue) = 136+141+82=359 (47% of max value = 765). Red value is 136 (53.52% from 255 or 37.88% from 359); Green value is 141 (55.47% from 255 or 39.28% from 359); Blue value is 82 (32.42% from 255 or 22.84% from 359); Max value from RGB is 141 - color contains mainly: green. Hex color #888D52 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #888D52 is #7772AD. Grayscale: #858585. Windows color (decimal): -7828142 or 5410184. OLE color: 5410184.

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

Color convert

RGB 136 141 82 -
CMYK 0.04 0 0.42 0.45
HSL 65.08º 0.26% 0.44% -
HSV(B) 65.08º 0.42% 0.55% -
XYZ 21.2 24.89 11.67 -
YUV 132.78 99.34 130.3 -
System Red Green Blue C M Y K H S L
Decimal 136 141 82 0.04 0 0.42 0.45 65.08 0.26 0.44
Hex 88 8D 52 4 0 2A 2D 41 1A 2C
Octal 210 215 122 4 0 52 55 101 32 54
Binary 10001000 10001101 1010010 100 0 101010 101101 1000001 11010 101100

Color Harmonies of #888D52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #888D52

Black with #888D52

Text Example


Text Example

White with #888D52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,141,82); }

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

background-color css

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

 a { background-color: rgb(136,141,82); }

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

border-color css

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

 span { border-color: rgb(136,141,82); }

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