#858970

Color #858970 Bitter (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bitter #858970

Tints of Bitter #858970

Color information

#858970 (or 0x858970) is unknown color: approx Bitter. HEX triplet: 85, 89 and 70. RGB value is (133,137,112). Sum of RGB (Red+Green+Blue) = 133+137+112=382 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.82% from 382); Green value is 137 (53.91% from 255 or 35.86% from 382); Blue value is 112 (44.14% from 255 or 29.32% from 382); Max value from RGB is 137 - color contains mainly: green. Hex color #858970 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858970 is #7A768F. Grayscale: #858585. Windows color (decimal): -8025744 or 7375237. OLE color: 7375237.

HSL color Cylindrical-coordinate representation of color #858970: hue angle of 69.6º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #858970 is Cyan = 0.03, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.46.

Color convert

RGB133137112-
CMYK0.0300.180.46
HSL69.6º10.04%48.82%-
HSV(B)69.6º18.25%53.73%-
XYZ21.5424.0518.84-
YUV132.95116.17128.03-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 34.82%
GREEN value IS 137 (53.91% from 255) = 35.86%
BLUE value IS 112 (44.14% from 255) = 29.32%
R=34.82%
G=35.86%
B=29.32%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1331371120.0300.180.4669.610.0448.82
Hex85897030122E46a31
Octal2052111603022561061261
Binary100001011000100111100001101001010111010001101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #858970; }

 p { color: rgb(133,137,112); }

 H1.HeaderClassName
 {
   color: #858970;
 }
 .AnyTagClassName
 {
   color: #858970;
 }
</style>
background-color css

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

 a { background-color: rgb(133,137,112); }

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

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

 span { border-color: rgb(133,137,112); }

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