Html Css Color HEX #858853 Bandicoot

📋 copy color: '#858853'

red 133 ◦ green 136 ◦ blue 83

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

Shades of Bandicoot #858853

Tints of Bandicoot #858853

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 23.58%

R = 37.78%
G = 38.64%
B = 23.58%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.39

 K value IS 0.47

RGB Variations

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

Color information

#858853 (or 0x858853) is known color: Bandicoot. HEX triplet: 85, 88 and 53. RGB value is (133,136,83). Sum of RGB (Red+Green+Blue) = 133+136+83=352 (46% of max value = 765). Red value is 133 (52.34% from 255 or 37.78% from 352); Green value is 136 (53.52% from 255 or 38.64% from 352); Blue value is 83 (32.81% from 255 or 23.58% from 352); Max value from RGB is 136 - color contains mainly: green. Hex color #858853 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858853 is #7A77AC. Grayscale: #818181. Windows color (decimal): -8026029 or 5474437. OLE color: 5474437.

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

Color convert

RGB 133 136 83 -
CMYK 0.02 0 0.39 0.47
HSL 63.4º 0.24% 0.43% -
HSV(B) 63.4º 0.39% 0.53% -
XYZ 20.04 23.22 11.61 -
YUV 129.06 102.01 130.81 -
System Red Green Blue C M Y K H S L
Decimal 133 136 83 0.02 0 0.39 0.47 63.4 0.24 0.43
Hex 85 88 53 2 0 27 2F 3F 18 2B
Octal 205 210 123 2 0 47 57 77 30 53
Binary 10000101 10001000 1010011 10 0 100111 101111 111111 11000 101011

Color Harmonies of #858853

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858853

Black with #858853

Text Example


Text Example

White with #858853

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #858853; }

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

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

background-color css

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

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

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

border-color css

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

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

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