Html Css Color HEX #888364 Bandicoot

📋 copy color: '#888364'

red 136 ◦ green 131 ◦ blue 100

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

Shades of Bandicoot #888364

Tints of Bandicoot #888364

RGB

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

 GREEN value IS 131 (51.56% from 255) = 35.69%

 BLUE value IS 100 (39.45% from 255) = 27.25%

R = 37.06%
G = 35.69%
B = 27.25%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.26

 K value IS 0.47

RGB Variations

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

Color information

#888364 (or 0x888364) is known color: Bandicoot. HEX triplet: 88, 83 and 64. RGB value is (136,131,100). Sum of RGB (Red+Green+Blue) = 136+131+100=367 (48% of max value = 765). Red value is 136 (53.52% from 255 or 37.06% from 367); Green value is 131 (51.56% from 255 or 35.69% from 367); Blue value is 100 (39.45% from 255 or 27.25% from 367); Max value from RGB is 136 - color contains mainly: red. Hex color #888364 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #888364 is #777C9B. Grayscale: #818181. Windows color (decimal): -7830684 or 6587272. OLE color: 6587272.

HSL color Cylindrical-coordinate representation of color #888364: hue angle of 51.67º degrees, saturation: 0.15, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #888364 is Cyan = 0, Magento = 0.04, Yellow = 0.26 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 131 100 -
CMYK 0 0.04 0.26 0.47
HSL 51.67º 0.15% 0.46% -
HSV(B) 51.67º 0.26% 0.53% -
XYZ 20.57 22.39 15.29 -
YUV 128.96 111.66 133.02 -
System Red Green Blue C M Y K H S L
Decimal 136 131 100 0 0.04 0.26 0.47 51.67 0.15 0.46
Hex 88 83 64 0 4 1A 2F 34 F 2E
Octal 210 203 144 0 4 32 57 64 17 56
Binary 10001000 10000011 1100100 0 100 11010 101111 110100 1111 101110

Color Harmonies of #888364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #888364

Black with #888364

Text Example


Text Example

White with #888364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #888364; }

 p { color: rgb(136,131,100); }

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

background-color css

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

 a { background-color: rgb(136,131,100); }

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

border-color css

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

 span { border-color: rgb(136,131,100); }

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