#858A61

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

Shades of Bitter #858A61

Tints of Bitter #858A61

Color information

#858A61 (or 0x858A61) is unknown color: approx Bitter. HEX triplet: 85, 8A and 61. RGB value is (133,138,97). Sum of RGB (Red+Green+Blue) = 133+138+97=368 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.14% from 368); Green value is 138 (54.30% from 255 or 37.5% from 368); Blue value is 97 (38.28% from 255 or 26.36% from 368); Max value from RGB is 138 - color contains mainly: green. Hex color #858A61 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858A61 is #7A759E. Grayscale: #838383. Windows color (decimal): -8025503 or 6392453. OLE color: 6392453.

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

Color convert

RGB13313897-
CMYK0.0400.300.46
HSL67.32º17.45%46.08%-
HSV(B)67.32º29.71%54.12%-
XYZ20.9224.0314.84-
YUV131.83108.34128.83-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 36.14%
GREEN value IS 138 (54.30% from 255) = 37.5%
BLUE value IS 97 (38.28% from 255) = 26.36%
R=36.14%
G=37.5%
B=26.36%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal133138970.0400.300.4667.3217.4546.08
Hex858A61401E2E43112e
Octal2052121414036561032156
Binary10000101100010101100001100011110101110100001110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858A61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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