Html Css Color HEX #848562 Bandicoot

📋 copy color: '#848562'

red 132 ◦ green 133 ◦ blue 98

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

Shades of Bandicoot #848562

Tints of Bandicoot #848562

RGB

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

 GREEN value IS 133 (52.34% from 255) = 36.64%

 BLUE value IS 98 (38.67% from 255) = 27%

R = 36.36%
G = 36.64%
B = 27%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.26

 K value IS 0.48

RGB Variations

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

Color information

#848562 (or 0x848562) is known color: Bandicoot. HEX triplet: 84, 85 and 62. RGB value is (132,133,98). Sum of RGB (Red+Green+Blue) = 132+133+98=363 (48% of max value = 765). Red value is 132 (51.95% from 255 or 36.36% from 363); Green value is 133 (52.34% from 255 or 36.64% from 363); Blue value is 98 (38.67% from 255 or 27.00% from 363); Max value from RGB is 133 - color contains mainly: green. Hex color #848562 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #848562 is #7B7A9D. Grayscale: #808080. Windows color (decimal): -8092318 or 6456708. OLE color: 6456708.

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

Color convert

RGB 132 133 98 -
CMYK 0.01 0 0.26 0.48
HSL 61.71º 0.15% 0.45% -
HSV(B) 61.71º 0.26% 0.52% -
XYZ 20.11 22.56 14.85 -
YUV 128.71 110.67 130.35 -
System Red Green Blue C M Y K H S L
Decimal 132 133 98 0.01 0 0.26 0.48 61.71 0.15 0.45
Hex 84 85 62 1 0 1A 30 3E F 2D
Octal 204 205 142 1 0 32 60 76 17 55
Binary 10000100 10000101 1100010 1 0 11010 110000 111110 1111 101101

Color Harmonies of #848562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #848562

Black with #848562

Text Example


Text Example

White with #848562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #848562; }

 p { color: rgb(132,133,98); }

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

background-color css

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

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

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

border-color css

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

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

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