#869256

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

Shades of Bitter #869256

Tints of Bitter #869256

Color information

#869256 (or 0x869256) is unknown color: approx Bitter. HEX triplet: 86, 92 and 56. RGB value is (134,146,86). Sum of RGB (Red+Green+Blue) = 134+146+86=366 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.61% from 366); Green value is 146 (57.42% from 255 or 39.89% from 366); Blue value is 86 (33.98% from 255 or 23.50% from 366); Max value from RGB is 146 - color contains mainly: green. Hex color #869256 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #869256 is #796DA9. Grayscale: #878787. Windows color (decimal): -7957930 or 5673606. OLE color: 5673606.

HSL color Cylindrical-coordinate representation of color #869256: hue angle of 72º 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 #869256 is Cyan = 0.08, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.43.

Color convert

RGB13414686-
CMYK0.0800.410.43
HSL72º25.86%45.49%-
HSV(B)72º41.1%57.25%-
XYZ21.7926.312.73-
YUV135.57100.02126.88-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 36.61%
GREEN value IS 146 (57.42% from 255) = 39.89%
BLUE value IS 86 (33.98% from 255) = 23.50%
R=36.61%
G=39.89%
B=23.50%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal134146860.0800.410.437225.8645.49
Hex86925680292B481a2d
Octal20622212610051531103255
Binary1000011010010010101011010000101001101011100100011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #869256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #869256; }

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

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

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

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

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

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

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

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