#888467

Color #888467 Bandicoot (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bandicoot #888467

Tints of Bandicoot #888467

Color information

#888467 (or 0x888467) is unknown color: approx Bandicoot. HEX triplet: 88, 84 and 67. RGB value is (136,132,103). Sum of RGB (Red+Green+Blue) = 136+132+103=371 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.66% from 371); Green value is 132 (51.95% from 255 or 35.58% from 371); Blue value is 103 (40.62% from 255 or 27.76% from 371); Max value from RGB is 136 - color contains mainly: red. Hex color #888467 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #888467 is #777B98. Grayscale: #828282. Windows color (decimal): -7830425 or 6784136. OLE color: 6784136.

HSL color Cylindrical-coordinate representation of color #888467: hue angle of 52.73º degrees, saturation: 0.14, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #888467 is Cyan = 0, Magento = 0.03, Yellow = 0.24 and Black (K on CMYK) = 0.47.

Color convert

RGB136132103-
CMYK00.030.240.47
HSL52.73º13.81%46.86%-
HSV(B)52.73º24.26%53.33%-
XYZ20.8522.7216.12-
YUV129.89112.83132.36-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 36.66%
GREEN value IS 132 (51.95% from 255) = 35.58%
BLUE value IS 103 (40.62% from 255) = 27.76%
R=36.66%
G=35.58%
B=27.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.24
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13613210300.030.240.4752.7313.8146.86
Hex88846703182F35e2f
Octal210204147033057651657
Binary10001000100001001100111011110001011111101011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #888467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #888467; }

 p { color: rgb(136,132,103); }

 H1.HeaderClassName
 {
   color: #888467;
 }
 .AnyTagClassName
 {
   color: #888467;
 }
</style>
background-color css

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

 a { background-color: rgb(136,132,103); }

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

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

 span { border-color: rgb(136,132,103); }

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