#869359

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

Shades of Bitter #869359

Tints of Bitter #869359

Color information

#869359 (or 0x869359) is unknown color: approx Bitter. HEX triplet: 86, 93 and 59. RGB value is (134,147,89). Sum of RGB (Red+Green+Blue) = 134+147+89=370 (49% of max value = 765). Red value is 134 (52.73% from 255 or 36.22% from 370); Green value is 147 (57.81% from 255 or 39.73% from 370); Blue value is 89 (35.16% from 255 or 24.05% from 370); Max value from RGB is 147 - color contains mainly: green. Hex color #869359 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #869359 is #796CA6. Grayscale: #888888. Windows color (decimal): -7957671 or 5870470. OLE color: 5870470.

HSL color Cylindrical-coordinate representation of color #869359: hue angle of 73.45º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #869359 is Cyan = 0.09, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.42.

Color convert

RGB13414789-
CMYK0.0900.390.42
HSL73.45º24.58%46.27%-
HSV(B)73.45º39.46%57.65%-
XYZ22.0726.6613.43-
YUV136.5101.19126.22-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 36.22%
GREEN value IS 147 (57.81% from 255) = 39.73%
BLUE value IS 89 (35.16% from 255) = 24.05%
R=36.22%
G=39.73%
B=24.05%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal134147890.0900.390.4273.4524.5846.27
Hex86935990272A49192e
Octal20622313111047521113156
Binary1000011010010011101100110010100111101010100100111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #869359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #869359; }

 p { color: rgb(134,147,89); }

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

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

 a { background-color: rgb(134,147,89); }

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

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

 span { border-color: rgb(134,147,89); }

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