#86935A

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

Shades of Bitter #86935A

Tints of Bitter #86935A

Color information

#86935A (or 0x86935A) is unknown color: approx Bitter. HEX triplet: 86, 93 and 5A. RGB value is (134,147,90). Sum of RGB (Red+Green+Blue) = 134+147+90=371 (49% of max value = 765). Red value is 134 (52.73% from 255 or 36.12% from 371); Green value is 147 (57.81% from 255 or 39.62% from 371); Blue value is 90 (35.55% from 255 or 24.26% from 371); Max value from RGB is 147 - color contains mainly: green. Hex color #86935A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86935A is #796CA5. Grayscale: #888888. Windows color (decimal): -7957670 or 5936006. OLE color: 5936006.

HSL color Cylindrical-coordinate representation of color #86935A: hue angle of 73.68º degrees, saturation: 0.24, 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 #86935A is Cyan = 0.09, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.42.

Color convert

RGB13414790-
CMYK0.0900.390.42
HSL73.68º24.05%46.47%-
HSV(B)73.68º38.78%57.65%-
XYZ22.1126.6713.66-
YUV136.61101.69126.13-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 36.12%
GREEN value IS 147 (57.81% from 255) = 39.62%
BLUE value IS 90 (35.55% from 255) = 24.26%
R=36.12%
G=39.62%
B=24.26%

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
Decimal134147900.0900.390.4273.6824.0546.47
Hex86935A90272A4a182e
Octal20622313211047521123056
Binary1000011010010011101101010010100111101010100101011000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86935A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86935A; }

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

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

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

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

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

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

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

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