Html Css Color HEX #84865A Bandicoot

📋 copy color: '#84865A'

red 132 ◦ green 134 ◦ blue 90

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

Shades of Bandicoot #84865A

Tints of Bandicoot #84865A

RGB

 RED value IS 132 (51.95% from 255) = 37.08%

 GREEN value IS 134 (52.73% from 255) = 37.64%

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

R = 37.08%
G = 37.64%
B = 25.28%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.33

 K value IS 0.47

RGB Variations

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

Color information

#84865A (or 0x84865A) is known color: Bandicoot. HEX triplet: 84, 86 and 5A. RGB value is (132,134,90). Sum of RGB (Red+Green+Blue) = 132+134+90=356 (47% of max value = 765). Red value is 132 (51.95% from 255 or 37.08% from 356); Green value is 134 (52.73% from 255 or 37.64% from 356); Blue value is 90 (35.55% from 255 or 25.28% from 356); Max value from RGB is 134 - color contains mainly: green. Hex color #84865A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84865A is #7B79A5. Grayscale: #808080. Windows color (decimal): -8092070 or 5932676. OLE color: 5932676.

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

Color convert

RGB 132 134 90 -
CMYK 0.01 0 0.33 0.47
HSL 62.73º 0.2% 0.44% -
HSV(B) 62.73º 0.33% 0.53% -
XYZ 19.89 22.69 13.01 -
YUV 128.39 106.34 130.58 -
System Red Green Blue C M Y K H S L
Decimal 132 134 90 0.01 0 0.33 0.47 62.73 0.2 0.44
Hex 84 86 5A 1 0 21 2F 3F 14 2C
Octal 204 206 132 1 0 41 57 77 24 54
Binary 10000100 10000110 1011010 1 0 100001 101111 111111 10100 101100

Color Harmonies of #84865A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84865A

Black with #84865A

Text Example


Text Example

White with #84865A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,134,90); }

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

background-color css

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

 a { background-color: rgb(132,134,90); }

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

border-color css

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

 span { border-color: rgb(132,134,90); }

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