Html Css Color HEX #858855 Bandicoot

📋 copy color: '#858855'

red 133 ◦ green 136 ◦ blue 85

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

Shades of Bandicoot #858855

Tints of Bandicoot #858855

RGB

 RED value IS 133 (52.34% from 255) = 37.57%

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

 BLUE value IS 85 (33.59% from 255) = 24.01%

R = 37.57%
G = 38.42%
B = 24.01%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.38

 K value IS 0.47

RGB Variations

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

Color information

#858855 (or 0x858855) is known color: Bandicoot. HEX triplet: 85, 88 and 55. RGB value is (133,136,85). Sum of RGB (Red+Green+Blue) = 133+136+85=354 (46% of max value = 765). Red value is 133 (52.34% from 255 or 37.57% from 354); Green value is 136 (53.52% from 255 or 38.42% from 354); Blue value is 85 (33.59% from 255 or 24.01% from 354); Max value from RGB is 136 - color contains mainly: green. Hex color #858855 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858855 is #7A77AA. Grayscale: #818181. Windows color (decimal): -8026027 or 5605509. OLE color: 5605509.

HSL color Cylindrical-coordinate representation of color #858855: hue angle of 63.53º degrees, saturation: 0.23, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #858855 is Cyan = 0.02, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.47.

Color convert

RGB 133 136 85 -
CMYK 0.02 0 0.38 0.47
HSL 63.53º 0.23% 0.43% -
HSV(B) 63.53º 0.38% 0.53% -
XYZ 20.12 23.25 12.02 -
YUV 129.29 103.01 130.65 -
System Red Green Blue C M Y K H S L
Decimal 133 136 85 0.02 0 0.38 0.47 63.53 0.23 0.43
Hex 85 88 55 2 0 26 2F 40 17 2B
Octal 205 210 125 2 0 46 57 100 27 53
Binary 10000101 10001000 1010101 10 0 100110 101111 1000000 10111 101011

Color Harmonies of #858855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858855

Black with #858855

Text Example


Text Example

White with #858855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #858855; }

 p { color: rgb(133,136,85); }

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

background-color css

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

 a { background-color: rgb(133,136,85); }

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

border-color css

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

 span { border-color: rgb(133,136,85); }

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