#858E58

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

Shades of Bitter #858E58

Tints of Bitter #858E58

Color information

#858E58 (or 0x858E58) is unknown color: approx Bitter. HEX triplet: 85, 8E and 58. RGB value is (133,142,88). Sum of RGB (Red+Green+Blue) = 133+142+88=363 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.64% from 363); Green value is 142 (55.86% from 255 or 39.12% from 363); Blue value is 88 (34.77% from 255 or 24.24% from 363); Max value from RGB is 142 - color contains mainly: green. Hex color #858E58 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858E58 is #7A71A7. Grayscale: #858585. Windows color (decimal): -8024488 or 5803653. OLE color: 5803653.

HSL color Cylindrical-coordinate representation of color #858E58: hue angle of 70º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #858E58 is Cyan = 0.06, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.44.

Color convert

RGB13314288-
CMYK0.0600.380.44
HSL70º23.48%45.1%-
HSV(B)70º38.03%55.69%-
XYZ21.1125.0412.95-
YUV133.15102.52127.89-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 36.64%
GREEN value IS 142 (55.86% from 255) = 39.12%
BLUE value IS 88 (34.77% from 255) = 24.24%
R=36.64%
G=39.12%
B=24.24%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal133142880.0600.380.447023.4845.1
Hex858E5860262C46172d
Octal2052161306046541062755
Binary100001011000111010110001100100110101100100011010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858E58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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