#859256

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

Shades of Bitter #859256

Tints of Bitter #859256

Color information

#859256 (or 0x859256) is unknown color: approx Bitter. HEX triplet: 85, 92 and 56. RGB value is (133,146,86). Sum of RGB (Red+Green+Blue) = 133+146+86=365 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.44% from 365); Green value is 146 (57.42% from 255 or 40% from 365); Blue value is 86 (33.98% from 255 or 23.56% from 365); Max value from RGB is 146 - color contains mainly: green. Hex color #859256 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #859256 is #7A6DA9. Grayscale: #878787. Windows color (decimal): -8023466 or 5673605. OLE color: 5673605.

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

Color convert

RGB13314686-
CMYK0.0900.410.43
HSL73º25.86%45.49%-
HSV(B)73º41.1%57.25%-
XYZ21.6326.2212.72-
YUV135.27100.19126.38-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 36.44%
GREEN value IS 146 (57.42% from 255) = 40%
BLUE value IS 86 (33.98% from 255) = 23.56%
R=36.44%
G=40%
B=23.56%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal133146860.0900.410.437325.8645.49
Hex85925690292B491a2d
Octal20522212611051531113255
Binary1000010110010010101011010010101001101011100100111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #859256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #859256; }

 p { color: rgb(133,146,86); }

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

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

 a { background-color: rgb(133,146,86); }

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

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

 span { border-color: rgb(133,146,86); }

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