Html Css Color HEX #888B52 Bandicoot

📋 copy color: '#888B52'

red 136 ◦ green 139 ◦ blue 82

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

Shades of Bandicoot #888B52

Tints of Bandicoot #888B52

RGB

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

 GREEN value IS 139 (54.69% from 255) = 38.94%

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

R = 38.1%
G = 38.94%
B = 22.97%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.41

 K value IS 0.45

RGB Variations

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

Color information

#888B52 (or 0x888B52) is known color: Bandicoot. HEX triplet: 88, 8B and 52. RGB value is (136,139,82). Sum of RGB (Red+Green+Blue) = 136+139+82=357 (47% of max value = 765). Red value is 136 (53.52% from 255 or 38.10% from 357); Green value is 139 (54.69% from 255 or 38.94% from 357); Blue value is 82 (32.42% from 255 or 22.97% from 357); Max value from RGB is 139 - color contains mainly: green. Hex color #888B52 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #888B52 is #7774AD. Grayscale: #838383. Windows color (decimal): -7828654 or 5409672. OLE color: 5409672.

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

Color convert

RGB 136 139 82 -
CMYK 0.02 0 0.41 0.45
HSL 63.16º 0.26% 0.43% -
HSV(B) 63.16º 0.41% 0.55% -
XYZ 20.91 24.31 11.57 -
YUV 131.61 100.01 131.13 -
System Red Green Blue C M Y K H S L
Decimal 136 139 82 0.02 0 0.41 0.45 63.16 0.26 0.43
Hex 88 8B 52 2 0 29 2D 3F 1A 2B
Octal 210 213 122 2 0 51 55 77 32 53
Binary 10001000 10001011 1010010 10 0 101001 101101 111111 11010 101011

Color Harmonies of #888B52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #888B52

Black with #888B52

Text Example


Text Example

White with #888B52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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