Html Css Color HEX #888467 Bandicoot

📋 copy color: '#888467'

red 136 ◦ green 132 ◦ blue 103

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

Shades of Bandicoot #888467

Tints of Bandicoot #888467

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.63% from 255) = 27.76%

R = 36.66%
G = 35.58%
B = 27.76%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.24

 K value IS 0.47

RGB Variations

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

Color information

#888467 (or 0x888467) is known color: 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

RGB 136 132 103 -
CMYK 0 0.03 0.24 0.47
HSL 52.73º 0.14% 0.47% -
HSV(B) 52.73º 0.24% 0.53% -
XYZ 20.85 22.72 16.12 -
YUV 129.89 112.83 132.36 -
System Red Green Blue C M Y K H S L
Decimal 136 132 103 0 0.03 0.24 0.47 52.73 0.14 0.47
Hex 88 84 67 0 3 18 2F 35 E 2F
Octal 210 204 147 0 3 30 57 65 16 57
Binary 10001000 10000100 1100111 0 11 11000 101111 110101 1110 101111

Color Harmonies of #888467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #888467

Black with #888467

Text Example


Text Example

White with #888467

Text Example


Text Example

HTML Codes & Css Web 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>