#858F58

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

Shades of Bitter #858F58

Tints of Bitter #858F58

Color information

#858F58 (or 0x858F58) is unknown color: approx Bitter. HEX triplet: 85, 8F and 58. RGB value is (133,143,88). Sum of RGB (Red+Green+Blue) = 133+143+88=364 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.54% from 364); Green value is 143 (56.25% from 255 or 39.29% from 364); Blue value is 88 (34.77% from 255 or 24.18% from 364); Max value from RGB is 143 - color contains mainly: green. Hex color #858F58 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858F58 is #7A70A7. Grayscale: #858585. Windows color (decimal): -8024232 or 5803909. OLE color: 5803909.

HSL color Cylindrical-coordinate representation of color #858F58: hue angle of 70.91º degrees, saturation: 0.24, 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 #858F58 is Cyan = 0.07, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.44.

Color convert

RGB13314388-
CMYK0.0700.380.44
HSL70.91º23.81%45.29%-
HSV(B)70.91º38.46%56.08%-
XYZ21.2625.3413-
YUV133.74102.19127.47-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 36.54%
GREEN value IS 143 (56.25% from 255) = 39.29%
BLUE value IS 88 (34.77% from 255) = 24.18%
R=36.54%
G=39.29%
B=24.18%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal133143880.0700.380.4470.9123.8145.29
Hex858F5870262C47182d
Octal2052171307046541073055
Binary100001011000111110110001110100110101100100011111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858F58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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