#858A5F

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

Shades of Bitter #858A5F

Tints of Bitter #858A5F

Color information

#858A5F (or 0x858A5F) is unknown color: approx Bitter. HEX triplet: 85, 8A and 5F. RGB value is (133,138,95). Sum of RGB (Red+Green+Blue) = 133+138+95=366 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.34% from 366); Green value is 138 (54.30% from 255 or 37.70% from 366); Blue value is 95 (37.5% from 255 or 25.96% from 366); Max value from RGB is 138 - color contains mainly: green. Hex color #858A5F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858A5F is #7A75A0. Grayscale: #838383. Windows color (decimal): -8025505 or 6261381. OLE color: 6261381.

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

Color convert

RGB13313895-
CMYK0.0400.310.46
HSL66.98º18.45%45.69%-
HSV(B)66.98º31.16%54.12%-
XYZ20.8323.9914.36-
YUV131.6107.34129-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 36.34%
GREEN value IS 138 (54.30% from 255) = 37.70%
BLUE value IS 95 (37.5% from 255) = 25.96%
R=36.34%
G=37.70%
B=25.96%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal133138950.0400.310.4666.9818.4545.69
Hex858A5F401F2E43122e
Octal2052121374037561032256
Binary10000101100010101011111100011111101110100001110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858A5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #858A5F; }

 p { color: rgb(133,138,95); }

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

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

 a { background-color: rgb(133,138,95); }

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

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

 span { border-color: rgb(133,138,95); }

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