#859055

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

Shades of Bitter #859055

Tints of Bitter #859055

Color information

#859055 (or 0x859055) is unknown color: approx Bitter. HEX triplet: 85, 90 and 55. RGB value is (133,144,85). Sum of RGB (Red+Green+Blue) = 133+144+85=362 (47% of max value = 765). Red value is 133 (52.34% from 255 or 36.74% from 362); Green value is 144 (56.64% from 255 or 39.78% from 362); Blue value is 85 (33.59% from 255 or 23.48% from 362); Max value from RGB is 144 - color contains mainly: green. Hex color #859055 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #859055 is #7A6FAA. Grayscale: #868686. Windows color (decimal): -8023979 or 5607557. OLE color: 5607557.

HSL color Cylindrical-coordinate representation of color #859055: hue angle of 71.19º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #859055 is Cyan = 0.08, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.44.

Color convert

RGB13314485-
CMYK0.0800.410.44
HSL71.19º25.76%44.9%-
HSV(B)71.19º40.97%56.47%-
XYZ21.2925.5912.41-
YUV133.98100.36127.3-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 36.74%
GREEN value IS 144 (56.64% from 255) = 39.78%
BLUE value IS 85 (33.59% from 255) = 23.48%
R=36.74%
G=39.78%
B=23.48%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal133144850.0800.410.4471.1925.7644.9
Hex85905580292C471a2d
Octal20522012510051541073255
Binary1000010110010000101010110000101001101100100011111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #859055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #859055; }

 p { color: rgb(133,144,85); }

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

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

 a { background-color: rgb(133,144,85); }

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

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

 span { border-color: rgb(133,144,85); }

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