Html Css Color HEX #848460 Bandicoot

📋 copy color: '#848460'

red 132 ◦ green 132 ◦ blue 96

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

Shades of Bandicoot #848460

Tints of Bandicoot #848460

RGB

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

 GREEN value IS 132 (51.95% from 255) = 36.67%

 BLUE value IS 96 (37.89% from 255) = 26.67%

R = 36.67%
G = 36.67%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.27

 K value IS 0.48

RGB Variations

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

Color information

#848460 (or 0x848460) is known color: Bandicoot. HEX triplet: 84, 84 and 60. RGB value is (132,132,96). Sum of RGB (Red+Green+Blue) = 132+132+96=360 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.67% from 360); Green value is 132 (51.95% from 255 or 36.67% from 360); Blue value is 96 (37.89% from 255 or 26.67% from 360); Max value from RGB is 132 - color contains mainly: red, green. Hex color #848460 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #848460 is #7B7B9F. Grayscale: #808080. Windows color (decimal): -8092576 or 6325380. OLE color: 6325380.

HSL color Cylindrical-coordinate representation of color #848460: hue angle of 60º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #848460 is Cyan = 0, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 132 96 -
CMYK 0 0 0.27 0.48
HSL 60º 0.16% 0.45% -
HSV(B) 60º 0.27% 0.52% -
XYZ 19.88 22.25 14.31 -
YUV 127.9 110 130.93 -
System Red Green Blue C M Y K H S L
Decimal 132 132 96 0 0 0.27 0.48 60 0.16 0.45
Hex 84 84 60 0 0 1B 30 3C 10 2D
Octal 204 204 140 0 0 33 60 74 20 55
Binary 10000100 10000100 1100000 0 0 11011 110000 111100 10000 101101

Color Harmonies of #848460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #848460

Black with #848460

Text Example


Text Example

White with #848460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #848460; }

 p { color: rgb(132,132,96); }

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

background-color css

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

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

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

border-color css

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

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

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