Html Css Color HEX #87885A Bandicoot

📋 copy color: '#87885A'

red 135 ◦ green 136 ◦ blue 90

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

Shades of Bandicoot #87885A

Tints of Bandicoot #87885A

RGB

 RED value IS 135 (53.13% from 255) = 37.4%

 GREEN value IS 136 (53.52% from 255) = 37.67%

 BLUE value IS 90 (35.55% from 255) = 24.93%

R = 37.4%
G = 37.67%
B = 24.93%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.34

 K value IS 0.47

RGB Variations

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

Color information

#87885A (or 0x87885A) is known color: Bandicoot. HEX triplet: 87, 88 and 5A. RGB value is (135,136,90). Sum of RGB (Red+Green+Blue) = 135+136+90=361 (47% of max value = 765). Red value is 135 (53.12% from 255 or 37.40% from 361); Green value is 136 (53.52% from 255 or 37.67% from 361); Blue value is 90 (35.55% from 255 or 24.93% from 361); Max value from RGB is 136 - color contains mainly: green. Hex color #87885A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #87885A is #7877A5. Grayscale: #828282. Windows color (decimal): -7894950 or 5933191. OLE color: 5933191.

HSL color Cylindrical-coordinate representation of color #87885A: hue angle of 61.3º degrees, saturation: 0.2, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #87885A is Cyan = 0.01, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 136 90 -
CMYK 0.01 0 0.34 0.47
HSL 61.3º 0.2% 0.44% -
HSV(B) 61.3º 0.34% 0.53% -
XYZ 20.64 23.5 13.12 -
YUV 130.46 105.17 131.24 -
System Red Green Blue C M Y K H S L
Decimal 135 136 90 0.01 0 0.34 0.47 61.3 0.2 0.44
Hex 87 88 5A 1 0 22 2F 3D 14 2C
Octal 207 210 132 1 0 42 57 75 24 54
Binary 10000111 10001000 1011010 1 0 100010 101111 111101 10100 101100

Color Harmonies of #87885A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87885A

Black with #87885A

Text Example


Text Example

White with #87885A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #87885A; }

 p { color: rgb(135,136,90); }

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

background-color css

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

 a { background-color: rgb(135,136,90); }

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

border-color css

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

 span { border-color: rgb(135,136,90); }

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