#858B58

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

Shades of Bitter #858B58

Tints of Bitter #858B58

Color information

#858B58 (or 0x858B58) is unknown color: approx Bitter. HEX triplet: 85, 8B and 58. RGB value is (133,139,88). Sum of RGB (Red+Green+Blue) = 133+139+88=360 (47% of max value = 765). Red value is 133 (52.34% from 255 or 36.94% from 360); Green value is 139 (54.69% from 255 or 38.61% from 360); Blue value is 88 (34.77% from 255 or 24.44% from 360); Max value from RGB is 139 - color contains mainly: green. Hex color #858B58 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858B58 is #7A74A7. Grayscale: #838383. Windows color (decimal): -8025256 or 5802885. OLE color: 5802885.

HSL color Cylindrical-coordinate representation of color #858B58: hue angle of 67.06º degrees, saturation: 0.22, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #858B58 is Cyan = 0.04, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.45.

Color convert

RGB13313988-
CMYK0.0400.370.45
HSL67.06º22.47%44.51%-
HSV(B)67.06º36.69%54.51%-
XYZ20.6724.1612.81-
YUV131.39103.51129.15-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 36.94%
GREEN value IS 139 (54.69% from 255) = 38.61%
BLUE value IS 88 (34.77% from 255) = 24.44%
R=36.94%
G=38.61%
B=24.44%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal133139880.0400.370.4567.0622.4744.51
Hex858B5840252D43162d
Octal2052131304045551032655
Binary100001011000101110110001000100101101101100001110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858B58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,139,88); }

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

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

 a { background-color: rgb(133,139,88); }

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

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

 span { border-color: rgb(133,139,88); }

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